@evergis/api 3.0.148 → 3.0.149

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, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams8, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceConfigurationDc, ProxyServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, ValidateExpressionParams } from './data-contracts';
1
+ import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams6, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceConfigurationDc, ProxyServiceInfoDc, PublishPostgresLayerServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdatePostgresLayerServicePayload, ValidateExpressionParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -137,7 +137,7 @@ export declare class LayersService extends Service {
137
137
  * @request POST:/layers#type=PostgresLayerService
138
138
  * @response `default` Error
139
139
  */
140
- publishPostgresLayerService(data: PostgresLayerServiceConfigurationDc): Promise<FeatureLayerServiceInfoDc>;
140
+ publishPostgresLayerService(data: PublishPostgresLayerServicePayload): Promise<FeatureLayerServiceInfoDc>;
141
141
  /**
142
142
  * No description
143
143
  *
@@ -236,7 +236,7 @@ export declare class LayersService extends Service {
236
236
  * @request PATCH:/layers/{name}#type=PostgresLayerService
237
237
  * @response `default` Error
238
238
  */
239
- updatePostgresLayerService(name: string, data: PostgresLayerServiceConfigurationDc): Promise<FeatureLayerServiceInfoDc>;
239
+ updatePostgresLayerService(name: string, data: UpdatePostgresLayerServicePayload): Promise<FeatureLayerServiceInfoDc>;
240
240
  /**
241
241
  * No description
242
242
  *
@@ -523,7 +523,7 @@ export declare class LayersService extends Service {
523
523
  * @request GET:/layers/{name}/{id}/metadata
524
524
  * @response `200` Success
525
525
  */
526
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams8): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
526
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams6): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
527
527
  /**
528
528
  * No description
529
529
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams3, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, 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: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams4, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams9, 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: ClassifyParams4): Promise<ClassifyDc>;
30
+ classify(query: ClassifyParams9): 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, DeleteResourcesParams4, 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: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams4, 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: GetCapabilitiesParams4): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams9): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -262,6 +262,16 @@ export interface AggregationSettingDc {
262
262
  */
263
263
  aggregationFunction: AggregationFunction;
264
264
  }
265
+ /**
266
+ * Simple not filled arrow.
267
+ */
268
+ export declare type ArrowLineEndingDc = LineEndingBaseDc & {
269
+ type?: LineEndingType;
270
+ color?: ParameterDcColor;
271
+ strokeWidth?: CalculatedParameterDc;
272
+ width?: CalculatedParameterDc;
273
+ lenght?: CalculatedParameterDc;
274
+ };
265
275
  /**
266
276
  * Configuration of an attribute in a feature layer.
267
277
  */
@@ -690,6 +700,15 @@ export interface CatalogResourceDc {
690
700
  /** Users list. */
691
701
  users: string[];
692
702
  }
703
+ /**
704
+ * Ending with an empty circle.
705
+ */
706
+ export declare type CircleLineEndingDc = LineEndingBaseDc & {
707
+ type?: LineEndingType;
708
+ color?: ParameterDcColor;
709
+ size?: CalculatedParameterDc;
710
+ strokeWidth?: CalculatedParameterDc;
711
+ };
693
712
  /**
694
713
  * The symbol that draws a feature as a circle.
695
714
  */
@@ -838,7 +857,7 @@ export interface ColumnDescriptionDc {
838
857
  */
839
858
  export declare type CombinedPolylineSymbolDc = SymbolDc & {
840
859
  type?: string;
841
- values?: PolylineSymbolDc[];
860
+ values?: SimplePolylineSymbolDc[];
842
861
  };
843
862
  /**
844
863
  * Data contract for SPCore.Connectors.Connectors.Base.Models.Composite.CompositeLayerConfigurationDc.
@@ -1700,6 +1719,8 @@ export interface FeatureDc {
1700
1719
  attributes: Record<string, any>;
1701
1720
  /** Feature unique identifier. */
1702
1721
  id?: string;
1722
+ /** Values for all bands of feature by pixel point. */
1723
+ bandsValues?: Record<string, number | null>;
1703
1724
  }
1704
1725
  /**
1705
1726
  * Service info for a feature layer service.
@@ -1893,6 +1914,31 @@ export interface FileUploadResponse {
1893
1914
  export declare type FillBrushDc = BrushDc & {
1894
1915
  color?: ParameterDcColor;
1895
1916
  };
1917
+ /**
1918
+ * Line ending with 3-point filled arrow.
1919
+ */
1920
+ export declare type FilledArrowLineEndingDc = LineEndingBaseDc & {
1921
+ type?: LineEndingType;
1922
+ color?: ParameterDcColor;
1923
+ width?: CalculatedParameterDc;
1924
+ length?: CalculatedParameterDc;
1925
+ };
1926
+ /**
1927
+ * Ending with simple solid filled circle.
1928
+ */
1929
+ export declare type FilledCircleLineEndingDc = LineEndingBaseDc & {
1930
+ type?: LineEndingType;
1931
+ color?: ParameterDcColor;
1932
+ size?: CalculatedParameterDc;
1933
+ };
1934
+ /**
1935
+ * Simple solid filled square ending.
1936
+ */
1937
+ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
1938
+ type?: LineEndingType;
1939
+ color?: ParameterDcColor;
1940
+ size?: CalculatedParameterDc;
1941
+ };
1896
1942
  /**
1897
1943
  * Server task that copies the objects from the source storage that satisfy the filter conditions to the target layer.
1898
1944
  */
@@ -2180,6 +2226,8 @@ export interface ILineEndingDc {
2180
2226
  *
2181
2227
  * arrow
2182
2228
  *
2229
+ * revertArrow
2230
+ *
2183
2231
  * filledArrow
2184
2232
  *
2185
2233
  * square
@@ -2580,16 +2628,35 @@ export declare enum LineCapStyle {
2580
2628
  Triangle = "Triangle"
2581
2629
  }
2582
2630
  /**
2583
- * The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
2584
- of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
2585
-
2586
- small
2587
-
2588
- large
2589
- */
2590
- export declare enum LineEndingSize {
2591
- Small = "small",
2592
- Large = "large"
2631
+ * Base class of line ending.
2632
+ */
2633
+ export interface LineEndingBaseDc {
2634
+ /**
2635
+ * Type of the line ending.
2636
+ *
2637
+ * none
2638
+ *
2639
+ * arrow
2640
+ *
2641
+ * revertArrow
2642
+ *
2643
+ * filledArrow
2644
+ *
2645
+ * square
2646
+ *
2647
+ * filledSquare
2648
+ *
2649
+ * circle
2650
+ *
2651
+ * filledCircle
2652
+ *
2653
+ * svg
2654
+ */
2655
+ type?: LineEndingType;
2656
+ /** Vertical offset from symbol in pixels. */
2657
+ vOffset?: CalculatedParameterDc;
2658
+ /** Horizontal offset from symbol in pixels. */
2659
+ hOffset?: CalculatedParameterDc;
2593
2660
  }
2594
2661
  /**
2595
2662
  * Type of the line ending.
@@ -2598,6 +2665,8 @@ none
2598
2665
 
2599
2666
  arrow
2600
2667
 
2668
+ revertArrow
2669
+
2601
2670
  filledArrow
2602
2671
 
2603
2672
  square
@@ -2613,6 +2682,7 @@ svg
2613
2682
  export declare enum LineEndingType {
2614
2683
  None = "none",
2615
2684
  Arrow = "arrow",
2685
+ RevertArrow = "revertArrow",
2616
2686
  FilledArrow = "filledArrow",
2617
2687
  Square = "square",
2618
2688
  FilledSquare = "filledSquare",
@@ -3310,6 +3380,9 @@ export declare type PolylineSymbolDc = SymbolDc & {
3310
3380
  miterLimit?: number;
3311
3381
  offset?: CalculatedParameterDc;
3312
3382
  lineCap?: LineCapStyle;
3383
+ outlined?: boolean;
3384
+ outlinedOnSingleSide?: boolean;
3385
+ quadrantSegments?: number;
3313
3386
  };
3314
3387
  /**
3315
3388
  * The position at the map in [X, Y] format.
@@ -3572,14 +3645,10 @@ export interface ProxyServiceInfoDc {
3572
3645
  /**
3573
3646
  * Configuration of a postgres feature layer service.
3574
3647
  */
3575
- export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
3576
- attributesConfiguration?: AttributesConfigurationDc;
3577
- style?: StyleDc;
3578
- condition?: string;
3579
- featuresLimit?: number;
3580
- extentOffset?: number;
3581
- simplify?: SimplifyInfoDc;
3648
+ export declare type QueryLayerServiceConfigurationDc = PostgresLayerServiceConfigurationDc & {
3582
3649
  eql?: string;
3650
+ srid?: number;
3651
+ geometryType?: AttributeType;
3583
3652
  };
3584
3653
  /**
3585
3654
  * Service info for a feature layer service.
@@ -4439,6 +4508,45 @@ export interface SessionStaticTaskDataStorageDescription {
4439
4508
  /** The name of the folder. */
4440
4509
  folderName?: string;
4441
4510
  }
4511
+ /**
4512
+ * Ending settings.
4513
+ */
4514
+ export interface SimpleEndingDc {
4515
+ /**
4516
+ * Type of the line ending.
4517
+ *
4518
+ * none
4519
+ *
4520
+ * arrow
4521
+ *
4522
+ * revertArrow
4523
+ *
4524
+ * filledArrow
4525
+ *
4526
+ * square
4527
+ *
4528
+ * filledSquare
4529
+ *
4530
+ * circle
4531
+ *
4532
+ * filledCircle
4533
+ *
4534
+ * svg
4535
+ */
4536
+ type?: LineEndingType;
4537
+ /**
4538
+ * Ending size.
4539
+ * @format float
4540
+ */
4541
+ size?: number;
4542
+ /** Ending offset. */
4543
+ offset?: CalculatedParameterDc[];
4544
+ /**
4545
+ * Number parameter of a symbol. The parameter can be represented as a simple number, or
4546
+ * as an object with a "type" parameter specified.
4547
+ */
4548
+ color?: ParameterDcColor;
4549
+ }
4442
4550
  /**
4443
4551
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4444
4552
 
@@ -4448,14 +4556,16 @@ stroke width and color of the symbol.
4448
4556
  export declare type SimplePolylineSymbolDc = SymbolDc & {
4449
4557
  type?: string;
4450
4558
  stroke?: DashedBrushDc | SolidStrokeBrushDc;
4451
- beginning?: LineEndingType;
4452
- ending?: LineEndingType;
4453
- beginningSize?: LineEndingSize;
4454
- endingSize?: LineEndingSize;
4559
+ beginning?: SimpleEndingDc;
4560
+ ending?: SimpleEndingDc;
4455
4561
  joinType?: LineJoinType;
4562
+ lineCap?: LineCapStyle;
4456
4563
  joinRadius?: number;
4457
4564
  miterLimit?: number;
4458
4565
  offset?: CalculatedParameterDc;
4566
+ outlined?: boolean;
4567
+ outlinedOnSingleSide?: boolean;
4568
+ quadrantSegments?: number;
4459
4569
  };
4460
4570
  /**
4461
4571
  * Simplify configuration information.
@@ -4526,6 +4636,15 @@ export declare type SolidFillBrushDc = FillBrushDc & {
4526
4636
  export declare type SolidStrokeBrushDc = StrokeBrushDc & {
4527
4637
  type?: string;
4528
4638
  };
4639
+ /**
4640
+ * Empty square ending.
4641
+ */
4642
+ export declare type SquareLineEndingDc = LineEndingBaseDc & {
4643
+ type?: LineEndingType;
4644
+ color?: ParameterDcColor;
4645
+ size?: CalculatedParameterDc;
4646
+ strokeWidth?: CalculatedParameterDc;
4647
+ };
4529
4648
  /**
4530
4649
  * The symbol that draws a feature as a square.
4531
4650
  */
@@ -5989,6 +6108,14 @@ export interface GetLayersInfoParams {
5989
6108
  /** ProjectName array with layers. */
5990
6109
  projectNames?: string[];
5991
6110
  }
6111
+ /**
6112
+ * Configuration of a postgres feature layer service.
6113
+ */
6114
+ export declare type PublishPostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
6115
+ /**
6116
+ * Configuration of a postgres feature layer service.
6117
+ */
6118
+ export declare type UpdatePostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
5992
6119
  export interface GetFeaturesParams {
5993
6120
  /** Sets features filtering query. */
5994
6121
  query?: string;
@@ -6389,7 +6516,7 @@ export interface ValidateExpressionParams {
6389
6516
  /** Layer name. */
6390
6517
  layerName: string;
6391
6518
  }
6392
- export interface GetRasterMetaParams8 {
6519
+ export interface GetRasterMetaParams6 {
6393
6520
  /**
6394
6521
  * Min value for build histogram.
6395
6522
  * @format double
@@ -6516,7 +6643,7 @@ export interface GetProjectsListParams {
6516
6643
  tags?: string[];
6517
6644
  }
6518
6645
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
6519
- export interface DeleteResourcesParams3 {
6646
+ export interface DeleteResourcesParams2 {
6520
6647
  /** Resource names. */
6521
6648
  names?: string[];
6522
6649
  }
@@ -6760,7 +6887,7 @@ export interface StatisticsDbParams {
6760
6887
  */
6761
6888
  types?: AggregationFunction[];
6762
6889
  }
6763
- export interface ClassifyParams4 {
6890
+ export interface ClassifyParams9 {
6764
6891
  /** Layer name. */
6765
6892
  name?: string;
6766
6893
  /** Attribute name. */
@@ -6884,7 +7011,7 @@ export interface GetTableListParams {
6884
7011
  acl?: string;
6885
7012
  }
6886
7013
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
6887
- export interface DeleteResourcesParams10 {
7014
+ export interface DeleteResourcesParams4 {
6888
7015
  /** Resource names. */
6889
7016
  names?: string[];
6890
7017
  }
@@ -7041,7 +7168,7 @@ export interface GetPublicCapabilitiesParams {
7041
7168
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7042
7169
  AcceptFormats?: string[];
7043
7170
  }
7044
- export interface GetCapabilitiesParams4 {
7171
+ export interface GetCapabilitiesParams9 {
7045
7172
  /** Output format of service metadata. */
7046
7173
  Format?: string;
7047
7174
  /** Must be WMS. */
@@ -7070,14 +7070,10 @@ function isFeatureLayer(layer) {
7070
7070
  LineCapStyle["Triangle"] = "Triangle";
7071
7071
  })(exports.LineCapStyle || (exports.LineCapStyle = {}));
7072
7072
 
7073
- (function (LineEndingSize) {
7074
- LineEndingSize["Small"] = "small";
7075
- LineEndingSize["Large"] = "large";
7076
- })(exports.LineEndingSize || (exports.LineEndingSize = {}));
7077
-
7078
7073
  (function (LineEndingType) {
7079
7074
  LineEndingType["None"] = "none";
7080
7075
  LineEndingType["Arrow"] = "arrow";
7076
+ LineEndingType["RevertArrow"] = "revertArrow";
7081
7077
  LineEndingType["FilledArrow"] = "filledArrow";
7082
7078
  LineEndingType["Square"] = "square";
7083
7079
  LineEndingType["FilledSquare"] = "filledSquare";