@evergis/api 3.0.183 → 3.0.184

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, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams10, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, 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, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams4, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -578,7 +578,7 @@ export declare class LayersService extends Service {
578
578
  * @request GET:/layers/{name}/{id}/metadata
579
579
  * @response `200` Success
580
580
  */
581
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams10): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
581
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams4): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
582
582
  /**
583
583
  * No description
584
584
  *
@@ -601,6 +601,17 @@ export declare class LayersService extends Service {
601
601
  * @response `200` Success
602
602
  */
603
603
  applyStyle(name: string, data: StyleDc): Promise<void>;
604
+ /**
605
+ * No description
606
+ *
607
+ * @tags Layers
608
+ * @name GetStyle
609
+ * @operationId LayersController_GetStyle
610
+ * @summary Get style of the given layer.
611
+ * @request GET:/layers/{name}/style
612
+ * @response `200` Success
613
+ */
614
+ getStyle(name: string): Promise<SimpleSymbolDc[]>;
604
615
  /**
605
616
  * No description
606
617
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams4, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams5, 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: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams6, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams2, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -38,7 +38,7 @@ export declare class StatisticService extends Service {
38
38
  * @request GET:/statistics/classify
39
39
  * @response `200` Success
40
40
  */
41
- classify(query: ClassifyParams6): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams2): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams8, 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, DeleteResourcesParams2, 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: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { GetAllParams2, PagedListTagInfoDc } from './data-contracts';
1
+ import { GetAllParams1, PagedListTagInfoDc } 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 TagsService extends Service {
16
16
  * @request GET:/tags
17
17
  * @response `200` Success
18
18
  */
19
- getAll(query: GetAllParams2): Promise<PagedListTagInfoDc>;
19
+ getAll(query: GetAllParams1): Promise<PagedListTagInfoDc>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -1004,8 +1004,9 @@ export declare type CombinedSvgSymbolDc = SymbolDc & {
1004
1004
  type?: string;
1005
1005
  id?: string;
1006
1006
  values?: SvgSymbolDc[];
1007
- size?: number;
1008
- angle?: number;
1007
+ size?: CalculatedParameterDc;
1008
+ angle?: CalculatedParameterDc;
1009
+ offset?: CalculatedParameterDc[];
1009
1010
  };
1010
1011
  /**
1011
1012
  * Data contract for SPCore.Connectors.Connectors.Base.Models.Composite.CompositeLayerConfigurationDc.
@@ -4967,6 +4968,27 @@ export declare type SimplePolylineSymbolDc = SymbolDc & {
4967
4968
  outlinedOnSingleSide?: boolean;
4968
4969
  quadrantSegments?: number;
4969
4970
  };
4971
+ /**
4972
+ * Simple symbol.
4973
+ */
4974
+ export interface SimpleSymbolDc {
4975
+ /** Icon name. */
4976
+ id?: string;
4977
+ /** Symbol filter condition. */
4978
+ condition?: string;
4979
+ /** Offset of the image center from the geographic point. */
4980
+ offset?: CalculatedParameterDc[];
4981
+ /**
4982
+ * Angle of image rotation in radians. The image will be rotated around its anchor point (around the point that
4983
+ * corresponds to the feature centroid).
4984
+ */
4985
+ angle?: CalculatedParameterDc;
4986
+ /**
4987
+ * Angle of image rotation in radians. The image will be rotated around its anchor point (around the point that
4988
+ * corresponds to the feature centroid).
4989
+ */
4990
+ size?: CalculatedParameterDc;
4991
+ }
4970
4992
  /**
4971
4993
  * Simplify configuration information.
4972
4994
  */
@@ -5270,6 +5292,8 @@ export declare type SvgSymbolDc = SymbolDc & {
5270
5292
  fillColor?: ParameterDcColor;
5271
5293
  strokeColor?: ParameterDcColor;
5272
5294
  strokeWidth?: CalculatedParameterDc;
5295
+ offset?: CalculatedParameterDc[];
5296
+ angle?: CalculatedParameterDc;
5273
5297
  };
5274
5298
  /**
5275
5299
  * Symbol category data contract.
@@ -7165,7 +7189,7 @@ export interface ValidateExpressionParams {
7165
7189
  /** Layer name. */
7166
7190
  layerName: string;
7167
7191
  }
7168
- export interface GetRasterMetaParams10 {
7192
+ export interface GetRasterMetaParams4 {
7169
7193
  /**
7170
7194
  * Min value for build histogram.
7171
7195
  * @format double
@@ -7292,7 +7316,7 @@ export interface GetProjectsListParams {
7292
7316
  tags?: string[];
7293
7317
  }
7294
7318
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7295
- export interface DeleteResourcesParams4 {
7319
+ export interface DeleteResourcesParams5 {
7296
7320
  /** Resource names. */
7297
7321
  names?: string[];
7298
7322
  }
@@ -7547,7 +7571,7 @@ export interface StatisticsDbParams {
7547
7571
  */
7548
7572
  types?: AggregationFunction[];
7549
7573
  }
7550
- export interface ClassifyParams6 {
7574
+ export interface ClassifyParams2 {
7551
7575
  /** Layer name. */
7552
7576
  name: string;
7553
7577
  /** Attribute name. */
@@ -7680,7 +7704,7 @@ export interface GetTableListParams {
7680
7704
  acl?: string;
7681
7705
  }
7682
7706
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7683
- export interface DeleteResourcesParams8 {
7707
+ export interface DeleteResourcesParams2 {
7684
7708
  /** Resource names. */
7685
7709
  names?: string[];
7686
7710
  }
@@ -7748,7 +7772,7 @@ export interface SetPreviewInput {
7748
7772
  /** @format binary */
7749
7773
  file?: File;
7750
7774
  }
7751
- export interface GetAllParams2 {
7775
+ export interface GetAllParams1 {
7752
7776
  /** Text filter. */
7753
7777
  filter?: string;
7754
7778
  /**
@@ -4117,6 +4117,22 @@ let LayersService = /*#__PURE__*/function (_Service) {
4117
4117
  value: function applyStyle(name, data) {
4118
4118
  return this.http.put("/layers/" + name + "/style", data).then(() => {});
4119
4119
  }
4120
+ /**
4121
+ * No description
4122
+ *
4123
+ * @tags Layers
4124
+ * @name GetStyle
4125
+ * @operationId LayersController_GetStyle
4126
+ * @summary Get style of the given layer.
4127
+ * @request GET:/layers/{name}/style
4128
+ * @response `200` Success
4129
+ */
4130
+
4131
+ }, {
4132
+ key: "getStyle",
4133
+ value: function getStyle(name) {
4134
+ return this.http.get("/layers/" + name + "/style").json();
4135
+ }
4120
4136
  /**
4121
4137
  * No description
4122
4138
  *