@evergis/api 3.0.209 → 3.0.210

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, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams6, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
1
+ import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams3, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, 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
@@ -17,6 +17,17 @@ export declare class LayersService extends Service {
17
17
  * @response `200` OK
18
18
  */
19
19
  getBulkFeatures(data: GetBulkFeaturesPayload): Promise<PagedBulkFeaturesListDc[]>;
20
+ /**
21
+ * No description
22
+ *
23
+ * @tags Layers
24
+ * @name GetBulkExtents
25
+ * @operationId LayersController_GetBulkExtents
26
+ * @summary Returns list of the layer extents with overall extent.
27
+ * @request POST:/bulk/layers/extent
28
+ * @response `200` OK
29
+ */
30
+ getBulkExtents(query: GetBulkExtentsParams, data: GetBulkExtentsPayload): Promise<BulkExtentsDc>;
20
31
  /**
21
32
  * No description
22
33
  *
@@ -589,7 +600,7 @@ export declare class LayersService extends Service {
589
600
  * @request GET:/layers/{name}/{id}/metadata
590
601
  * @response `200` OK
591
602
  */
592
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams6): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
603
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams3): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
593
604
  /**
594
605
  * No description
595
606
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, 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` OK
51
51
  */
52
- deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -94,6 +94,17 @@ export declare class ProjectsService extends Service {
94
94
  * @response `200` OK
95
95
  */
96
96
  getProjectsInfo(query: GetProjectsInfoParams): Promise<ExtendedProjectInfoDc[]>;
97
+ /**
98
+ * No description
99
+ *
100
+ * @tags Projects
101
+ * @name GetProjectEnvelope
102
+ * @operationId ProjectsController_GetProjectEnvelope
103
+ * @summary Get project extent.
104
+ * @request GET:/projects/{name}/extent
105
+ * @response `200` OK
106
+ */
107
+ getProjectEnvelope({ name, ...query }: GetProjectEnvelopeParams): Promise<EnvelopeDc>;
97
108
  /**
98
109
  * No description
99
110
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams7, 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` OK
40
40
  */
41
- classify(query: ClassifyParams7): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams2): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams7, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams6, 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` OK
18
18
  */
19
- getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams6): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -814,6 +814,15 @@ export declare type BufferTaskParametersDc = FeatureTaskParametersDc & {
814
814
  idAttributeName?: string | null;
815
815
  geometryAttributeName?: string | null;
816
816
  };
817
+ /**
818
+ * Get bulk extents data conteract.
819
+ */
820
+ export interface BulkExtentsDc {
821
+ /** Envelope geometry. */
822
+ overall?: EnvelopeDc;
823
+ /** Extent per layer. */
824
+ extents?: Record<string, EnvelopeDc>;
825
+ }
817
826
  /**
818
827
  * Provides set resources bulk operation status.
819
828
  */
@@ -2622,6 +2631,15 @@ export declare enum GeometryType {
2622
2631
  Envelope = "envelope",
2623
2632
  Multipoint = "multipoint"
2624
2633
  }
2634
+ /**
2635
+ * Get extent from layer paramaters.
2636
+ */
2637
+ export interface GetBulkExtentsDc {
2638
+ /** Full name of the layer. */
2639
+ layerName?: string;
2640
+ /** If set, only the features that satisfy the condition will be considered when calculating the extent. */
2641
+ query?: string;
2642
+ }
2625
2643
  /**
2626
2644
  * Get features from layer paramaters.
2627
2645
  */
@@ -4507,6 +4525,8 @@ export interface QueryLayerServiceEqlParameterConfigurationDc {
4507
4525
  valueColumn?: string;
4508
4526
  /** Name of the column containing the description. */
4509
4527
  descriptionColumn?: string;
4528
+ /** Data source name. */
4529
+ ds?: string;
4510
4530
  /** Query text. */
4511
4531
  query?: string;
4512
4532
  /** Available values. */
@@ -7422,6 +7442,14 @@ export interface GetRasterMetaParams {
7422
7442
  fileName?: string;
7423
7443
  }
7424
7444
  export declare type GetBulkFeaturesPayload = GetBulkFeaturesParametersDc[];
7445
+ export declare type GetBulkExtentsPayload = GetBulkExtentsDc[];
7446
+ export interface GetBulkExtentsParams {
7447
+ /**
7448
+ * Spatial reference to return the extent in.
7449
+ * @format int32
7450
+ */
7451
+ sr?: number;
7452
+ }
7425
7453
  export interface GetLayersListParams {
7426
7454
  /**
7427
7455
  * Full text query filter that allow to query in alias and name fields.
@@ -7886,7 +7914,7 @@ export interface ValidateExpressionParams {
7886
7914
  /** Layer name. */
7887
7915
  layerName: string;
7888
7916
  }
7889
- export interface GetRasterMetaParams6 {
7917
+ export interface GetRasterMetaParams3 {
7890
7918
  /**
7891
7919
  * Min value for build histogram.
7892
7920
  * @format double
@@ -8005,7 +8033,7 @@ export interface GetProjectsListParams {
8005
8033
  tags?: string[];
8006
8034
  }
8007
8035
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
8008
- export interface DeleteResourcesParams2 {
8036
+ export interface DeleteResourcesParams7 {
8009
8037
  /** Resource names. */
8010
8038
  names?: string[];
8011
8039
  }
@@ -8013,6 +8041,15 @@ export interface GetProjectsInfoParams {
8013
8041
  /** Project names. */
8014
8042
  projectNames?: string[];
8015
8043
  }
8044
+ export interface GetProjectEnvelopeParams {
8045
+ /**
8046
+ * Spatial reference to return the extent in.
8047
+ * @format int32
8048
+ */
8049
+ sr?: number;
8050
+ /** The name of the project. */
8051
+ name: string;
8052
+ }
8016
8053
  export interface SetPreviewBody {
8017
8054
  /** @format binary */
8018
8055
  file?: File;
@@ -8288,7 +8325,7 @@ export interface StatisticsDbParams {
8288
8325
  */
8289
8326
  types?: AggregationFunction[];
8290
8327
  }
8291
- export interface ClassifyParams7 {
8328
+ export interface ClassifyParams2 {
8292
8329
  /** Layer name. */
8293
8330
  name: string;
8294
8331
  /** Attribute name. */
@@ -8578,7 +8615,7 @@ export interface GetPublicCapabilitiesParams {
8578
8615
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8579
8616
  AcceptFormats?: string[];
8580
8617
  }
8581
- export interface GetCapabilitiesParams7 {
8618
+ export interface GetCapabilitiesParams6 {
8582
8619
  /** Output format of service metadata. */
8583
8620
  Format?: string;
8584
8621
  /** Must be WMS. */
@@ -3391,6 +3391,22 @@ let LayersService = /*#__PURE__*/function (_Service) {
3391
3391
  function getBulkFeatures(data) {
3392
3392
  return this.http.post("/bulk/layers/features/query", data).json();
3393
3393
  }
3394
+ /**
3395
+ * No description
3396
+ *
3397
+ * @tags Layers
3398
+ * @name GetBulkExtents
3399
+ * @operationId LayersController_GetBulkExtents
3400
+ * @summary Returns list of the layer extents with overall extent.
3401
+ * @request POST:/bulk/layers/extent
3402
+ * @response `200` OK
3403
+ */
3404
+
3405
+ }, {
3406
+ key: "getBulkExtents",
3407
+ value: function getBulkExtents(query, data) {
3408
+ return this.http.post("/bulk/layers/extent", data, query).json();
3409
+ }
3394
3410
  /**
3395
3411
  * No description
3396
3412
  *
@@ -5486,6 +5502,7 @@ let Print = /*#__PURE__*/function (_PrintService) {
5486
5502
  return _createClass(Print);
5487
5503
  }(PrintService);
5488
5504
 
5505
+ const _excluded$6 = ["name"];
5489
5506
  /**
5490
5507
  * @title Spatial Processing Core API
5491
5508
  * @version 1.5.1.0
@@ -5631,6 +5648,27 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5631
5648
  value: function getProjectsInfo(query) {
5632
5649
  return this.http.get("/projects/batchInfo", query).json();
5633
5650
  }
5651
+ /**
5652
+ * No description
5653
+ *
5654
+ * @tags Projects
5655
+ * @name GetProjectEnvelope
5656
+ * @operationId ProjectsController_GetProjectEnvelope
5657
+ * @summary Get project extent.
5658
+ * @request GET:/projects/{name}/extent
5659
+ * @response `200` OK
5660
+ */
5661
+
5662
+ }, {
5663
+ key: "getProjectEnvelope",
5664
+ value: function getProjectEnvelope(_ref) {
5665
+ let {
5666
+ name
5667
+ } = _ref,
5668
+ query = _objectWithoutPropertiesLoose(_ref, _excluded$6);
5669
+
5670
+ return this.http.get("/projects/" + name + "/extent", query).json();
5671
+ }
5634
5672
  /**
5635
5673
  * No description
5636
5674
  *
@@ -6979,7 +7017,7 @@ let Styles = /*#__PURE__*/function (_StyleService) {
6979
7017
  return _createClass(Styles);
6980
7018
  }(StyleService);
6981
7019
 
6982
- const _excluded$6 = ["name"],
7020
+ const _excluded$7 = ["name"],
6983
7021
  _excluded2$4 = ["name"],
6984
7022
  _excluded3$3 = ["name"],
6985
7023
  _excluded4$2 = ["name"];
@@ -7161,7 +7199,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7161
7199
  let {
7162
7200
  name
7163
7201
  } = _ref,
7164
- query = _objectWithoutPropertiesLoose(_ref, _excluded$6);
7202
+ query = _objectWithoutPropertiesLoose(_ref, _excluded$7);
7165
7203
 
7166
7204
  return this.http.get("/tables/" + name + "/data", query).json();
7167
7205
  }
@@ -7561,7 +7599,7 @@ let Tools = /*#__PURE__*/function (_ToolsService) {
7561
7599
  return _createClass(Tools);
7562
7600
  }(ToolsService);
7563
7601
 
7564
- const _excluded$7 = ["name", "z", "x", "y"];
7602
+ const _excluded$8 = ["name", "z", "x", "y"];
7565
7603
  /**
7566
7604
  * @title Spatial Processing Core API
7567
7605
  * @version 1.5.1.0
@@ -7599,7 +7637,7 @@ let VectorTileService = /*#__PURE__*/function (_Service) {
7599
7637
  x,
7600
7638
  y
7601
7639
  } = _ref,
7602
- query = _objectWithoutPropertiesLoose(_ref, _excluded$7);
7640
+ query = _objectWithoutPropertiesLoose(_ref, _excluded$8);
7603
7641
 
7604
7642
  return this.http.get("/vt/" + name + "/" + z + "/" + x + "/" + y + ".pbf", query).then(() => {});
7605
7643
  }
@@ -7918,7 +7956,7 @@ let EvergisTileLayer = /*#__PURE__*/function (_TileLayer) {
7918
7956
  return EvergisTileLayer;
7919
7957
  }(TileLayer.TileLayer);
7920
7958
 
7921
- const _excluded$8 = ["name", "style", "condition", "dataFilterId", "crs"];
7959
+ const _excluded$9 = ["name", "style", "condition", "dataFilterId", "crs"];
7922
7960
  let EvergisDynamicLayer = /*#__PURE__*/function (_DynamicLayer) {
7923
7961
  _inherits(EvergisDynamicLayer, _DynamicLayer);
7924
7962
 
@@ -7934,7 +7972,7 @@ let EvergisDynamicLayer = /*#__PURE__*/function (_DynamicLayer) {
7934
7972
  dataFilterId,
7935
7973
  crs = Crs.webMercator
7936
7974
  } = _ref,
7937
- layerProps = _objectWithoutPropertiesLoose(_ref, _excluded$8);
7975
+ layerProps = _objectWithoutPropertiesLoose(_ref, _excluded$9);
7938
7976
 
7939
7977
  _classCallCheck(this, EvergisDynamicLayer);
7940
7978