@evergis/api 3.0.155 → 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>;
@@ -789,7 +789,7 @@ export declare type ClusterSymbolDc = SymbolDc & {
789
789
  type?: string;
790
790
  labelSymbol?: PointLabelSymbolDc;
791
791
  customClusterSymbol?: SvgPointSymbolDc;
792
- 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;
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;
793
793
  fillColor?: ParameterDcColor;
794
794
  strokeColor?: ParameterDcColor;
795
795
  strokeWidth?: CalculatedParameterDc;
@@ -974,7 +974,7 @@ export interface CompositeServiceInfoDc {
974
974
  /** The category of the service. */
975
975
  categories?: string[];
976
976
  /** Configuration of the service. */
977
- 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;
978
978
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
979
979
  name: string;
980
980
  /** Resource alias. */
@@ -1025,7 +1025,7 @@ export interface CompositeServiceInfoDc {
1025
1025
  */
1026
1026
  export declare type CompositeSymbolDc = SymbolDc & {
1027
1027
  type?: string;
1028
- 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)[];
1029
1029
  };
1030
1030
  /**
1031
1031
  * Get configuration information.
@@ -1352,6 +1352,23 @@ export declare type EqlAttributeConfigurationDc = AttributeConfigurationDc & {
1352
1352
  export declare type EqlAttributesConfigurationDc = AttributesConfigurationDc & {
1353
1353
  attributes?: EqlAttributeConfigurationDc[];
1354
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
+ }
1355
1372
  /**
1356
1373
  * Resource error details.
1357
1374
  */
@@ -1680,7 +1697,7 @@ export interface FailedServiceInfoDc {
1680
1697
  /** The category of the service. */
1681
1698
  categories?: string[];
1682
1699
  /** Configuration of the service. */
1683
- 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;
1684
1701
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
1685
1702
  name: string;
1686
1703
  /** Resource alias. */
@@ -1797,7 +1814,7 @@ export interface FeatureLayerServiceInfoDc {
1797
1814
  /** The category of the service. */
1798
1815
  categories?: string[];
1799
1816
  /** Configuration of the service. */
1800
- 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;
1801
1818
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
1802
1819
  name: string;
1803
1820
  /** Resource alias. */
@@ -1869,7 +1886,7 @@ export interface FeatureSymbolDc {
1869
1886
  /** @format int32 */
1870
1887
  id: number;
1871
1888
  /** Feature symbol. */
1872
- 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;
1873
1890
  image?: string;
1874
1891
  }
1875
1892
  /**
@@ -2411,6 +2428,13 @@ export declare type InMemoryTaskDataStorageDc = BaseTaskDataStorageDc & {
2411
2428
  geometryType: GeometryType;
2412
2429
  spatialReference?: number;
2413
2430
  };
2431
+ /**
2432
+ * Isolines label symbol.
2433
+ */
2434
+ export declare type IsolinesLabelSymbolDc = LabelSymbolDc & {
2435
+ type?: string;
2436
+ placement?: ParameterDcString;
2437
+ };
2414
2438
  /**
2415
2439
  * Description of the temp file as a task data storage.
2416
2440
  */
@@ -2436,7 +2460,7 @@ export declare type LabelSymbolDc = SymbolDc & {
2436
2460
  };
2437
2461
  export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
2438
2462
  type?: string;
2439
- 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;
2440
2464
  };
2441
2465
  /**
2442
2466
  * Information about the layer attributes and their configuration.
@@ -2637,8 +2661,6 @@ export interface LineEndingBaseDc {
2637
2661
  *
2638
2662
  * arrow
2639
2663
  *
2640
- * revertArrow
2641
- *
2642
2664
  * filledArrow
2643
2665
  *
2644
2666
  * square
@@ -2649,6 +2671,14 @@ export interface LineEndingBaseDc {
2649
2671
  *
2650
2672
  * filledCircle
2651
2673
  *
2674
+ * diamond
2675
+ *
2676
+ * filledDiamond
2677
+ *
2678
+ * roundSquare
2679
+ *
2680
+ * filledRoundSquare
2681
+ *
2652
2682
  * svg
2653
2683
  */
2654
2684
  type?: LineEndingType;
@@ -2660,8 +2690,6 @@ none
2660
2690
 
2661
2691
  arrow
2662
2692
 
2663
- revertArrow
2664
-
2665
2693
  filledArrow
2666
2694
 
2667
2695
  square
@@ -2672,17 +2700,28 @@ circle
2672
2700
 
2673
2701
  filledCircle
2674
2702
 
2703
+ diamond
2704
+
2705
+ filledDiamond
2706
+
2707
+ roundSquare
2708
+
2709
+ filledRoundSquare
2710
+
2675
2711
  svg
2676
2712
  */
2677
2713
  export declare enum LineEndingType {
2678
2714
  None = "none",
2679
2715
  Arrow = "arrow",
2680
- RevertArrow = "revertArrow",
2681
2716
  FilledArrow = "filledArrow",
2682
2717
  Square = "square",
2683
2718
  FilledSquare = "filledSquare",
2684
2719
  Circle = "circle",
2685
2720
  FilledCircle = "filledCircle",
2721
+ Diamond = "diamond",
2722
+ FilledDiamond = "filledDiamond",
2723
+ RoundSquare = "roundSquare",
2724
+ FilledRoundSquare = "filledRoundSquare",
2686
2725
  Svg = "svg"
2687
2726
  }
2688
2727
  /**
@@ -2801,7 +2840,7 @@ export declare type MultiPointDc = GeometryDc & {
2801
2840
  */
2802
2841
  export declare type MultipointSymbolDc = SymbolDc & {
2803
2842
  type?: string;
2804
- 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;
2805
2844
  };
2806
2845
  /**
2807
2846
  * Information about a namespace .
@@ -3228,6 +3267,29 @@ export declare type PatternBrushDc = FillBrushDc & {
3228
3267
  scalingFactor?: number[];
3229
3268
  };
3230
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
+ /**
3231
3293
  * User permissions for server security objects (services, projects etc.)
3232
3294
 
3233
3295
  none
@@ -3259,7 +3321,7 @@ export declare enum Permissions {
3259
3321
  export declare type PipelineTaskParametersDc = TaskParametersDc & {
3260
3322
  type?: string;
3261
3323
  continueOnFail?: boolean;
3262
- 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)[];
3263
3325
  };
3264
3326
  /**
3265
3327
  * Spatial point geometry object representation.
@@ -3554,9 +3616,9 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
3554
3616
  maxResolution?: number;
3555
3617
  layers?: string[];
3556
3618
  styles?: Record<string, {
3557
- 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;
3558
- 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;
3559
- 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;
3560
3622
  }>;
3561
3623
  };
3562
3624
  /**
@@ -3617,7 +3679,7 @@ export interface ProxyServiceInfoDc {
3617
3679
  /** The category of the service. */
3618
3680
  categories?: string[];
3619
3681
  /** Configuration of the service. */
3620
- 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;
3621
3683
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
3622
3684
  name: string;
3623
3685
  /** Resource alias. */
@@ -3735,7 +3797,7 @@ export interface QueryLayerServiceInfoDc {
3735
3797
  /** The category of the service. */
3736
3798
  categories?: string[];
3737
3799
  /** Configuration of the service. */
3738
- 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;
3739
3801
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
3740
3802
  name: string;
3741
3803
  /** Resource alias. */
@@ -3852,6 +3914,16 @@ export interface RasterBandMetaDc {
3852
3914
  /** Data histogram. */
3853
3915
  dataHistogram?: Record<string, number | null>;
3854
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
+ };
3855
3927
  /**
3856
3928
  * Raster classification cfg.
3857
3929
  */
@@ -3929,6 +4001,18 @@ export declare type RasterSymbolDc = SymbolDc & {
3929
4001
  band?: RasterBandCfg;
3930
4002
  bandA?: RasterBandCfg;
3931
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
+ }
3932
4016
  /**
3933
4017
  * Types of table reference.
3934
4018
 
@@ -4450,7 +4534,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
4450
4534
  geometryType: GeometryType;
4451
4535
  objectCount?: number;
4452
4536
  categories?: string[];
4453
- 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;
4454
4538
  };
4455
4539
  /**
4456
4540
  * List of the services in service manager.
@@ -4555,8 +4639,6 @@ export interface SimpleEndingDc {
4555
4639
  *
4556
4640
  * arrow
4557
4641
  *
4558
- * revertArrow
4559
- *
4560
4642
  * filledArrow
4561
4643
  *
4562
4644
  * square
@@ -4567,6 +4649,14 @@ export interface SimpleEndingDc {
4567
4649
  *
4568
4650
  * filledCircle
4569
4651
  *
4652
+ * diamond
4653
+ *
4654
+ * filledDiamond
4655
+ *
4656
+ * roundSquare
4657
+ *
4658
+ * filledRoundSquare
4659
+ *
4570
4660
  * svg
4571
4661
  */
4572
4662
  type?: LineEndingType;
@@ -4815,7 +4905,7 @@ export interface StyleDc {
4815
4905
  */
4816
4906
  condition?: string;
4817
4907
  /** Symbol that is used to draw the features of the layer. */
4818
- 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;
4819
4909
  /**
4820
4910
  * Child styles. Before rendering a feature, the children style conditions are checked. If none
4821
4911
  * of the child styles were applied, then the paren style is used to draw the feature.
@@ -5046,7 +5136,7 @@ export interface TaskInfoDc {
5046
5136
  */
5047
5137
  status?: ServerTaskStatus;
5048
5138
  /** Parameters of the task. */
5049
- 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;
5050
5140
  /**
5051
5141
  * Date and time when the task was created.
5052
5142
  * @format date-time
@@ -5315,7 +5405,7 @@ export interface TileCatalogServiceInfoDc {
5315
5405
  /** The category of the service. */
5316
5406
  categories?: string[];
5317
5407
  /** Configuration of the service. */
5318
- 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;
5319
5409
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
5320
5410
  name: string;
5321
5411
  /** Resource alias. */
@@ -5492,7 +5582,7 @@ export interface TileServiceInfoDc {
5492
5582
  /** The category of the service. */
5493
5583
  categories?: string[];
5494
5584
  /** Configuration of the service. */
5495
- 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;
5496
5586
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
5497
5587
  name: string;
5498
5588
  /** Resource alias. */
@@ -5962,10 +6052,6 @@ export interface RemoveConfigurationParams {
5962
6052
  /** URL path. */
5963
6053
  urlPath: string;
5964
6054
  }
5965
- export interface GetQueryResultParams {
5966
- /** EQL string. */
5967
- eql?: string;
5968
- }
5969
6055
  export interface IncreaseResourcesLimitParams {
5970
6056
  /**
5971
6057
  * Additional maps count.
@@ -6007,13 +6093,6 @@ export interface FeedbackParams {
6007
6093
  /** Message text. */
6008
6094
  Message?: string;
6009
6095
  }
6010
- export interface CancelTestParams {
6011
- /**
6012
- * Wait delay in ms.
6013
- * @format int32
6014
- */
6015
- waitTimeout?: number;
6016
- }
6017
6096
  export interface GeocodeParams {
6018
6097
  /** Input address. */
6019
6098
  address?: string;
@@ -6149,6 +6228,14 @@ export interface GetLayersInfoParams {
6149
6228
  /** ProjectName array with layers. */
6150
6229
  projectNames?: string[];
6151
6230
  }
6231
+ /**
6232
+ * Configuration for the proxy service.
6233
+ */
6234
+ export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
6235
+ /**
6236
+ * Configuration for the proxy service.
6237
+ */
6238
+ export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
6152
6239
  export interface GetFeaturesParams {
6153
6240
  /** Sets features filtering query. */
6154
6241
  query?: string;
@@ -6549,7 +6636,7 @@ export interface ValidateExpressionParams {
6549
6636
  /** Layer name. */
6550
6637
  layerName: string;
6551
6638
  }
6552
- export interface GetRasterMetaParams2 {
6639
+ export interface GetRasterMetaParams5 {
6553
6640
  /**
6554
6641
  * Min value for build histogram.
6555
6642
  * @format double
@@ -6676,7 +6763,7 @@ export interface GetProjectsListParams {
6676
6763
  tags?: string[];
6677
6764
  }
6678
6765
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
6679
- export interface DeleteResourcesParams6 {
6766
+ export interface DeleteResourcesParams2 {
6680
6767
  /** Resource names. */
6681
6768
  names?: string[];
6682
6769
  }
@@ -6920,7 +7007,7 @@ export interface StatisticsDbParams {
6920
7007
  */
6921
7008
  types?: AggregationFunction[];
6922
7009
  }
6923
- export interface ClassifyParams9 {
7010
+ export interface ClassifyParams7 {
6924
7011
  /** Layer name. */
6925
7012
  name?: string;
6926
7013
  /** Attribute name. */
@@ -6978,6 +7065,15 @@ export interface RemoveFontParams {
6978
7065
  /** Font name. */
6979
7066
  fontName?: string;
6980
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
+ }
6981
7077
  export interface GetSymbolCategoriesParams {
6982
7078
  /**
6983
7079
  * Offset.
@@ -7044,7 +7140,7 @@ export interface GetTableListParams {
7044
7140
  acl?: string;
7045
7141
  }
7046
7142
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7047
- export interface DeleteResourcesParams9 {
7143
+ export interface DeleteResourcesParams10 {
7048
7144
  /** Resource names. */
7049
7145
  names?: string[];
7050
7146
  }
@@ -7201,7 +7297,7 @@ export interface GetPublicCapabilitiesParams {
7201
7297
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7202
7298
  AcceptFormats?: string[];
7203
7299
  }
7204
- export interface GetCapabilitiesParams1 {
7300
+ export interface GetCapabilitiesParams3 {
7205
7301
  /** Output format of service metadata. */
7206
7302
  Format?: string;
7207
7303
  /** Must be WMS. */
@@ -1398,6 +1398,24 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
1398
1398
  type: 'tiling'
1399
1399
  }).json();
1400
1400
  }
1401
+ /**
1402
+ * No description
1403
+ *
1404
+ * @tags SchedulerService
1405
+ * @name StartTilingTask1
1406
+ * @operationId SchedulerServiceController_StartTilingTask_1
1407
+ * @summary Plans the execution of a 'rasterVrt' server task.
1408
+ * @request POST:/scheduler/tasks#type=rasterVrt
1409
+ * @response `200` Success
1410
+ */
1411
+
1412
+ }, {
1413
+ key: "startTilingTask1",
1414
+ value: function startTilingTask1(data) {
1415
+ return this.http.post("/scheduler/tasks", data, {
1416
+ type: 'rasterVrt'
1417
+ }).json();
1418
+ }
1401
1419
  /**
1402
1420
  * No description
1403
1421
  *
@@ -1829,6 +1847,24 @@ let LayersService = /*#__PURE__*/function (_Service) {
1829
1847
  value: function getLayersInfo(query) {
1830
1848
  return this.http.get("/layers/batchInfo", query).json();
1831
1849
  }
1850
+ /**
1851
+ * No description
1852
+ *
1853
+ * @tags Layers
1854
+ * @name PublishMapboxService
1855
+ * @operationId LayersController_PublishMapboxService
1856
+ * @summary Creates new mapbox service.
1857
+ * @request POST:/layers#type=Mapbox
1858
+ * @response `default` Error
1859
+ */
1860
+
1861
+ }, {
1862
+ key: "publishMapboxService",
1863
+ value: function publishMapboxService(data) {
1864
+ return this.http.post("/layers", data, {
1865
+ type: 'Mapbox'
1866
+ }).json();
1867
+ }
1832
1868
  /**
1833
1869
  * No description
1834
1870
  *
@@ -1943,7 +1979,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
1943
1979
  * @tags Layers
1944
1980
  * @name PublishQueryLayerService
1945
1981
  * @operationId LayersController_PublishQueryLayerService
1946
- * @summary Creates new Postgres Layer Service.
1982
+ * @summary Creates new EQL-based Query Layer Service.
1947
1983
  * @request POST:/layers#type=QueryLayerService
1948
1984
  * @response `default` Error
1949
1985
  */
@@ -1991,6 +2027,24 @@ let LayersService = /*#__PURE__*/function (_Service) {
1991
2027
  type: 'StyledFeatureLayer'
1992
2028
  }).json();
1993
2029
  }
2030
+ /**
2031
+ * No description
2032
+ *
2033
+ * @tags Layers
2034
+ * @name UpdateMapboxService
2035
+ * @operationId LayersController_UpdateMapboxService
2036
+ * @summary Update mapbox service.
2037
+ * @request PATCH:/layers/{name}#type=Mapbox
2038
+ * @response `default` Error
2039
+ */
2040
+
2041
+ }, {
2042
+ key: "updateMapboxService",
2043
+ value: function updateMapboxService(name, data) {
2044
+ return this.http.patch("/layers/" + name, data, {
2045
+ type: 'Mapbox'
2046
+ }).json();
2047
+ }
1994
2048
  /**
1995
2049
  * No description
1996
2050
  *
@@ -2099,6 +2153,24 @@ let LayersService = /*#__PURE__*/function (_Service) {
2099
2153
  type: 'PostgresLayerService'
2100
2154
  }).json();
2101
2155
  }
2156
+ /**
2157
+ * No description
2158
+ *
2159
+ * @tags Layers
2160
+ * @name UpdateQueryLayerService
2161
+ * @operationId LayersController_UpdateQueryLayerService
2162
+ * @summary Update EQL-based Query Layer Service.
2163
+ * @request PATCH:/layers/{name}#type=QueryLayerService
2164
+ * @response `default` Error
2165
+ */
2166
+
2167
+ }, {
2168
+ key: "updateQueryLayerService",
2169
+ value: function updateQueryLayerService(name, data) {
2170
+ return this.http.patch("/layers/" + name, data, {
2171
+ type: 'QueryLayerService'
2172
+ }).json();
2173
+ }
2102
2174
  /**
2103
2175
  * No description
2104
2176
  *
@@ -4318,22 +4390,6 @@ let GeneralService = /*#__PURE__*/function (_Service) {
4318
4390
  function getServerInfo() {
4319
4391
  return this.http.get("/").json();
4320
4392
  }
4321
- /**
4322
- * No description
4323
- *
4324
- * @tags General
4325
- * @name CancelTest
4326
- * @operationId GeneralController_CancelTest
4327
- * @summary Test method for CancellationToken.
4328
- * @request GET:/cancel
4329
- * @response `200` Success
4330
- */
4331
-
4332
- }, {
4333
- key: "cancelTest",
4334
- value: function cancelTest(query) {
4335
- return this.http.get("/cancel", query).then(() => {});
4336
- }
4337
4393
  /**
4338
4394
  * No description
4339
4395
  *
@@ -7073,12 +7129,15 @@ function isFeatureLayer(layer) {
7073
7129
  (function (LineEndingType) {
7074
7130
  LineEndingType["None"] = "none";
7075
7131
  LineEndingType["Arrow"] = "arrow";
7076
- LineEndingType["RevertArrow"] = "revertArrow";
7077
7132
  LineEndingType["FilledArrow"] = "filledArrow";
7078
7133
  LineEndingType["Square"] = "square";
7079
7134
  LineEndingType["FilledSquare"] = "filledSquare";
7080
7135
  LineEndingType["Circle"] = "circle";
7081
7136
  LineEndingType["FilledCircle"] = "filledCircle";
7137
+ LineEndingType["Diamond"] = "diamond";
7138
+ LineEndingType["FilledDiamond"] = "filledDiamond";
7139
+ LineEndingType["RoundSquare"] = "roundSquare";
7140
+ LineEndingType["FilledRoundSquare"] = "filledRoundSquare";
7082
7141
  LineEndingType["Svg"] = "svg";
7083
7142
  })(exports.LineEndingType || (exports.LineEndingType = {}));
7084
7143
 
@@ -7096,6 +7155,11 @@ function isFeatureLayer(layer) {
7096
7155
  Operation["SymDifference"] = "symDifference";
7097
7156
  })(exports.Operation || (exports.Operation = {}));
7098
7157
 
7158
+ (function (PbfSchema) {
7159
+ PbfSchema["XYZ"] = "xyz";
7160
+ PbfSchema["TMS"] = "tms";
7161
+ })(exports.PbfSchema || (exports.PbfSchema = {}));
7162
+
7099
7163
  (function (Permissions) {
7100
7164
  Permissions["None"] = "none";
7101
7165
  Permissions["Configure"] = "configure";