@evergis/api 3.0.170 → 3.0.173

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.
Files changed (46) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +21 -21
  3. package/dist/__generated__/AccountPreviewService.d.ts +1 -1
  4. package/dist/__generated__/AccountService.d.ts +1 -1
  5. package/dist/__generated__/BulkOperationsService.d.ts +1 -1
  6. package/dist/__generated__/CamerasService.d.ts +1 -1
  7. package/dist/__generated__/ClientSettingsService.d.ts +1 -1
  8. package/dist/__generated__/EqlTestService.d.ts +13 -2
  9. package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
  10. package/dist/__generated__/FeedbackService.d.ts +1 -1
  11. package/dist/__generated__/FiltersService.d.ts +1 -1
  12. package/dist/__generated__/GeneralService.d.ts +1 -1
  13. package/dist/__generated__/GeocodeService.d.ts +1 -1
  14. package/dist/__generated__/IceRouterService.d.ts +1 -1
  15. package/dist/__generated__/ImportService.d.ts +13 -2
  16. package/dist/__generated__/LayersService.d.ts +7 -7
  17. package/dist/__generated__/NamespaceService.d.ts +1 -1
  18. package/dist/__generated__/NavigationService.d.ts +1 -1
  19. package/dist/__generated__/NotificationService.d.ts +1 -1
  20. package/dist/__generated__/PrintService.d.ts +1 -1
  21. package/dist/__generated__/ProjectsService.d.ts +1 -1
  22. package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
  23. package/dist/__generated__/S3Service.d.ts +1 -1
  24. package/dist/__generated__/SchedulerService.d.ts +1 -1
  25. package/dist/__generated__/SecurityService.d.ts +1 -1
  26. package/dist/__generated__/SpatialReferencesService.d.ts +1 -1
  27. package/dist/__generated__/StaticContentService.d.ts +1 -1
  28. package/dist/__generated__/StatisticService.d.ts +3 -3
  29. package/dist/__generated__/StyleService.d.ts +1 -1
  30. package/dist/__generated__/SymbolStorageService.d.ts +1 -1
  31. package/dist/__generated__/TablesService.d.ts +3 -3
  32. package/dist/__generated__/TagsService.d.ts +1 -1
  33. package/dist/__generated__/ToolsService.d.ts +1 -1
  34. package/dist/__generated__/UniversalSearchService.d.ts +1 -1
  35. package/dist/__generated__/VectorTileService.d.ts +1 -1
  36. package/dist/__generated__/WfsServerService.d.ts +1 -1
  37. package/dist/__generated__/WmsServerService.d.ts +3 -3
  38. package/dist/__generated__/WmtsService.d.ts +1 -1
  39. package/dist/__generated__/data-contracts.d.ts +264 -186
  40. package/dist/api.cjs.development.js +58 -50
  41. package/dist/api.cjs.development.js.map +1 -1
  42. package/dist/api.cjs.production.min.js +1 -1
  43. package/dist/api.cjs.production.min.js.map +1 -1
  44. package/dist/api.esm.js +237 -229
  45. package/dist/api.esm.js.map +1 -1
  46. package/package.json +6 -4
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2020 Kirill Protasov
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Kirill Protasov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # @evergis/api
2
-
3
- ```javascript
4
- import { Api } from '@evergis/api';
5
-
6
- const api = new Api({
7
- url: '/',
8
- });
9
- ```
10
-
11
- ## Possible Environment variables
12
-
13
- ```
14
-
15
- NODE_ENV = "development" | "test" | "production"
16
- URL = "string"
17
- LOGIN = "string"
18
- PASSWORD = "string"
19
- WORKSPACE = "string"
20
-
21
- ```
1
+ # @evergis/api
2
+
3
+ ```javascript
4
+ import { Api } from '@evergis/api';
5
+
6
+ const api = new Api({
7
+ url: '/',
8
+ });
9
+ ```
10
+
11
+ ## Possible Environment variables
12
+
13
+ ```
14
+
15
+ NODE_ENV = "development" | "test" | "production"
16
+ URL = "string"
17
+ LOGIN = "string"
18
+ PASSWORD = "string"
19
+ WORKSPACE = "string"
20
+
21
+ ```
@@ -2,7 +2,7 @@ import { FileUploadResponse, UploadPreviewParams, UploadPreviewPayload } from '.
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class AccountPreviewService extends Service {
@@ -2,7 +2,7 @@ import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, Con
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class AccountService extends Service {
@@ -2,7 +2,7 @@ import { BatchResourcesAclDc, BulkOperationResultDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class BulkOperationsService extends Service {
@@ -2,7 +2,7 @@ import { ArchiveCalendarDc, ArchiveTimelineDc, CameraListDc, GetArchiveCalendarP
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class CamerasService extends Service {
@@ -2,7 +2,7 @@ import { GetConfigurationParams, GetConfigurationsListParams, PagedListConfigDc,
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ClientSettingsService extends Service {
@@ -1,8 +1,8 @@
1
- import { AttributeDefinitionDc, EqlRequestDc } from './data-contracts';
1
+ import { AttributeDefinitionDc, EqlRequestDc, SetLayerParameterValueParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class EqlTestService extends Service {
@@ -28,4 +28,15 @@ export declare class EqlTestService extends Service {
28
28
  * @response `200` Success
29
29
  */
30
30
  getQueryDescription(data: EqlRequestDc): Promise<Record<string, AttributeDefinitionDc>>;
31
+ /**
32
+ * No description
33
+ *
34
+ * @tags EqlTest
35
+ * @name SetLayerParameterValue
36
+ * @operationId EqlTestController_SetLayerParameterValue
37
+ * @summary Set EQL layer parameter.
38
+ * @request POST:/eql/setParam
39
+ * @response `200` Success
40
+ */
41
+ setLayerParameterValue(query: SetLayerParameterValueParams): Promise<void>;
31
42
  }
@@ -1,7 +1,7 @@
1
1
  import { Service } from './Service';
2
2
  /**
3
3
  * @title Spatial Processing Core API
4
- * @version 1.0.0
4
+ * @version 1.5.1
5
5
  * @baseUrl /sp
6
6
  */
7
7
  export declare class ExternalProvidersService extends Service {
@@ -2,7 +2,7 @@ import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitParams, MoreSymb
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class FeedbackService extends Service {
@@ -2,7 +2,7 @@ import { FilterCreationResponseDc, FilterDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class FiltersService extends Service {
@@ -2,7 +2,7 @@ import { FunctionInfoDc, ServerInfoDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class GeneralService extends Service {
@@ -2,7 +2,7 @@ import { GeocodeByPointParams, GeocodeParams, GeocodeResultDc, GeocodeSuggestRes
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class GeocodeService extends Service {
@@ -2,7 +2,7 @@ import { IceRouterResultDc, IceRouteTaskDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class IceRouterService extends Service {
@@ -1,8 +1,8 @@
1
- import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
1
+ import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ImportService extends Service {
@@ -61,6 +61,17 @@ export declare class ImportService extends Service {
61
61
  * @response `200` Success
62
62
  */
63
63
  getExternalPbfLayers(query: GetExternalPbfLayersParams): Promise<ExternalLayerInfoDc[]>;
64
+ /**
65
+ * No description
66
+ *
67
+ * @tags ImportService
68
+ * @name GetExternalPbfFeatures
69
+ * @operationId ImportServiceController_GetExternalPbfFeatures
70
+ * @summary Get features list in external PBF layer.
71
+ * @request GET:/import/pbf/features
72
+ * @response `200` Success
73
+ */
74
+ getExternalPbfFeatures(query: GetExternalPbfFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>;
64
75
  /**
65
76
  * No description
66
77
  *
@@ -1,8 +1,8 @@
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, GetFeaturesParametersDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams9, 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, 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, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams8, 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, 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
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class LayersService extends Service {
@@ -297,23 +297,23 @@ export declare class LayersService extends Service {
297
297
  *
298
298
  * @tags Layers
299
299
  * @name GetFeatures
300
- * @operationId LayersController_GetFeaturesQuery
300
+ * @operationId LayersController_GetFeatures
301
301
  * @summary Returns list of the layer features.
302
302
  * @request POST:/layers/{name}/features/query
303
303
  * @response `200` Success
304
304
  */
305
- getFeaturesQuery(name: string, data: GetFeaturesParametersDc): Promise<import("./data-contracts").PagedListFeatureDc>;
305
+ getFeatures(name: string, data: GetFeaturesParametersDc): Promise<import("./data-contracts").PagedListFeatureDc>;
306
306
  /**
307
307
  * No description
308
308
  *
309
309
  * @tags Layers
310
310
  * @name GetFeatures1
311
- * @operationId LayersController_GetFeatures
311
+ * @operationId LayersController_GetFeatures_1
312
312
  * @summary Returns list of the layer features.
313
313
  * @request GET:/layers/{name}/features
314
314
  * @response `200` Success
315
315
  */
316
- getFeatures({ name, ...query }: GetFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>;
316
+ getFeatures1({ name, ...query }: GetFeatures1Params): Promise<import("./data-contracts").PagedListFeatureDc>;
317
317
  /**
318
318
  * No description
319
319
  *
@@ -567,7 +567,7 @@ export declare class LayersService extends Service {
567
567
  * @request GET:/layers/{name}/{id}/metadata
568
568
  * @response `200` Success
569
569
  */
570
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams9): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
570
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams8): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
571
571
  /**
572
572
  * No description
573
573
  *
@@ -2,7 +2,7 @@ import { CreateNamespaceParams, GetNamespacesParams, NamespaceInfoDc, PagedListN
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class NamespaceService extends Service {
@@ -2,7 +2,7 @@ import { GetRoutesParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class NavigationService extends Service {
@@ -2,7 +2,7 @@ import { SubscribeListOperationPayload, SubscribeOperationParams, UnsubscribeLis
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class NotificationService extends Service {
@@ -2,7 +2,7 @@ import { PrintPayload, PrintToHtmlPayload, UploadTemplateParams, UploadTemplateP
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class PrintService extends Service {
@@ -2,7 +2,7 @@ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, Ext
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ProjectsService extends Service {
@@ -2,7 +2,7 @@ import { CheckLimitsParams, CopyResourceResultDc, CopyResourcesPayload, Workspac
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ResourceCatalogService extends Service {
@@ -2,7 +2,7 @@ import { CreateResourcePayload, CreateStorageParams, GetResourceParams, GetStora
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class S3Service extends Service {
@@ -2,7 +2,7 @@ import { AggregateTaskParametersDc, AvailabilityAreaTaskDc, BufferTaskParameters
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class SchedulerService extends Service {
@@ -2,7 +2,7 @@ import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams,
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class SecurityService extends Service {
@@ -2,7 +2,7 @@ import { SrInfo } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class SpatialReferencesService extends Service {
@@ -2,7 +2,7 @@ import { DeleteFileParams, DownloadFileParams, FileUploadInfoDc, FileUploadRespo
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class StaticContentService extends Service {
@@ -1,8 +1,8 @@
1
- import { ClassifyDc, ClassifyParams8, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams6, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class StatisticService extends Service {
@@ -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: ClassifyParams8): Promise<ClassifyDc>;
30
+ classify(query: ClassifyParams6): Promise<ClassifyDc>;
31
31
  /**
32
32
  * No description
33
33
  *
@@ -2,7 +2,7 @@ import { AddFontPayload, RemoveFontParams, StyleCreationResponseDc, StyleDc } fr
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class StyleService extends Service {
@@ -2,7 +2,7 @@ import { AccessControlListDc, CreateSymbolCategoryDc, CreateSymbolDc, GetSymbolC
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class SymbolStorageService extends Service {
@@ -1,8 +1,8 @@
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, DeleteResourcesParams5, 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
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class TablesService extends Service {
@@ -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: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -2,7 +2,7 @@ import { GetAllParams, PagedListTagInfoDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class TagsService extends Service {
@@ -1,7 +1,7 @@
1
1
  import { Service } from './Service';
2
2
  /**
3
3
  * @title Spatial Processing Core API
4
- * @version 1.0.0
4
+ * @version 1.5.1
5
5
  * @baseUrl /sp
6
6
  */
7
7
  export declare class ToolsService extends Service {
@@ -2,7 +2,7 @@ import { GetSearchResultParams, PagedListSearchResultDc, SearchResultDc } from '
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class UniversalSearchService extends Service {
@@ -2,7 +2,7 @@ import { GetVectorTileParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class VectorTileService extends Service {
@@ -2,7 +2,7 @@ import { GetCapabilitiesParams, GetPublicCapabilitiesParams, GetSharedCapabiliti
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class WfsServerService extends Service {
@@ -1,8 +1,8 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams4, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class WmsServerService extends Service {
@@ -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: GetCapabilitiesParams3): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams4): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -2,7 +2,7 @@ import { ProcessRequestParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version 1.0.0
5
+ * @version 1.5.1
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class WmtsService extends Service {