Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@evergis/api

Package Overview
Dependencies
Maintainers
4
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/api - npm Package Compare versions

Comparing version 3.0.171 to 3.0.173

2

dist/__generated__/AccountPreviewService.d.ts

@@ -5,3 +5,3 @@ import { FileUploadResponse, UploadPreviewParams, UploadPreviewPayload } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, ConfirmEmail1Params, CreateRoleDc, CreateUserDc, CreateUserParams, ExtendedUserInfoDc, GetExtendedUsersParams, GetRolesParams, GetUsersParams, IsEmailExistsParams, IsUsernameExistsParams, LoginDc, PagedListExtendedUserInfoDc, PagedListRoleInfoDc, PagedListUserInfoDc, RegisterUserDc, ResetPasswordCallbackPayload, ResetPasswordParams, SetEmailPayload, UpdateRoleDc, UpdateUserDc, UsedProjectDc, UserInfoDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { BatchResourcesAclDc, BulkOperationResultDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { ArchiveCalendarDc, ArchiveTimelineDc, CameraListDc, GetArchiveCalendarParams, GetArchiveFeedParams, GetArchiveSnapshotParams, GetArchiveTimelineParams, GetCamerasParams, GetLiveFeedParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { GetConfigurationParams, GetConfigurationsListParams, PagedListConfigDc, RemoveConfigurationParams, SetConfigurationParams, SetConfigurationPayload } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -1,6 +0,6 @@

import { AttributeDefinitionDc, EqlRequestDc } from './data-contracts';
import { AttributeDefinitionDc, EqlRequestDc, SetLayerParameterValueParams } from './data-contracts';
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -31,2 +31,13 @@ */

getQueryDescription(data: EqlRequestDc): Promise<Record<string, AttributeDefinitionDc>>;
/**
* No description
*
* @tags EqlTest
* @name SetLayerParameterValue
* @operationId EqlTestController_SetLayerParameterValue
* @summary Set EQL layer parameter.
* @request POST:/eql/setParam
* @response `200` Success
*/
setLayerParameterValue(query: SetLayerParameterValueParams): Promise<void>;
}
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -6,0 +6,0 @@ */

@@ -5,3 +5,3 @@ import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitParams, MoreSymbolsParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { FilterCreationResponseDc, FilterDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { FunctionInfoDc, ServerInfoDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { GeocodeByPointParams, GeocodeParams, GeocodeResultDc, GeocodeSuggestResultDc, SuggestParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { IceRouterResultDc, IceRouteTaskDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -1,6 +0,6 @@

import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -68,2 +68,13 @@ */

* @tags ImportService
* @name GetExternalPbfFeatures
* @operationId ImportServiceController_GetExternalPbfFeatures
* @summary Get features list in external PBF layer.
* @request GET:/import/pbf/features
* @response `200` Success
*/
getExternalPbfFeatures(query: GetExternalPbfFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>;
/**
* No description
*
* @tags ImportService
* @name GetExternalArcgisFsLayers

@@ -70,0 +81,0 @@ * @operationId ImportServiceController_GetExternalArcgisFSLayers

@@ -1,6 +0,6 @@

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';
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';
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -300,3 +300,3 @@ */

* @name GetFeatures
* @operationId LayersController_GetFeaturesQuery
* @operationId LayersController_GetFeatures
* @summary Returns list of the layer features.

@@ -306,3 +306,3 @@ * @request POST:/layers/{name}/features/query

*/
getFeaturesQuery(name: string, data: GetFeaturesParametersDc): Promise<import("./data-contracts").PagedListFeatureDc>;
getFeatures(name: string, data: GetFeaturesParametersDc): Promise<import("./data-contracts").PagedListFeatureDc>;
/**

@@ -313,3 +313,3 @@ * No description

* @name GetFeatures1
* @operationId LayersController_GetFeatures
* @operationId LayersController_GetFeatures_1
* @summary Returns list of the layer features.

@@ -319,3 +319,3 @@ * @request GET:/layers/{name}/features

*/
getFeatures({ name, ...query }: GetFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>;
getFeatures1({ name, ...query }: GetFeatures1Params): Promise<import("./data-contracts").PagedListFeatureDc>;
/**

@@ -574,3 +574,3 @@ * No description

*/
getRasterMeta({ name, id, ...query }: GetRasterMetaParams9): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
getRasterMeta({ name, id, ...query }: GetRasterMetaParams8): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
/**

@@ -577,0 +577,0 @@ * No description

@@ -5,3 +5,3 @@ import { CreateNamespaceParams, GetNamespacesParams, NamespaceInfoDc, PagedListNamespaceInfoDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { GetRoutesParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { SubscribeListOperationPayload, SubscribeOperationParams, UnsubscribeListOperationPayload, UnsubscribeOperationParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { PrintPayload, PrintToHtmlPayload, UploadTemplateParams, UploadTemplatePayload } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { CheckLimitsParams, CopyResourceResultDc, CopyResourcesPayload, WorkspaceLimitsDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { CreateResourcePayload, CreateStorageParams, GetResourceParams, GetStorageObjectsParams, GetUrlParams, RemoveObjectFromStorageParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { AggregateTaskParametersDc, AvailabilityAreaTaskDc, BufferTaskParametersDc, CopyTaskParametersDc, EditAttributesTaskParametersDc, FilterCopyTaskParametersDc, GetTaskListParams, OverlayTaskParametersDc, PipelineTaskParametersDc, PrintTaskParametersDc, RasterBuildVrtTaskParametersDc, SearchTaskParametersDc, TaskInfoDc, TaskProgressDc, TaskStatusDataDc, UnionTaskParametersDc, UploadNetCdfTaskParametersDc, UploadRasterTaskParametersDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams, GetUsersAndRolesParams, PolicyDc, RemovePolicyParams, SearchedUserDc, UserOrRoleDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { SrInfo } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { DeleteFileParams, DownloadFileParams, FileUploadInfoDc, FileUploadResponse, GetFileInfoParams, UploadFilePayload } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -1,6 +0,6 @@

import { ClassifyDc, ClassifyParams8, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
import { ClassifyDc, ClassifyParams6, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -30,3 +30,3 @@ */

*/
classify(query: ClassifyParams8): Promise<ClassifyDc>;
classify(query: ClassifyParams6): Promise<ClassifyDc>;
/**

@@ -33,0 +33,0 @@ * No description

@@ -5,3 +5,3 @@ import { AddFontPayload, RemoveFontParams, StyleCreationResponseDc, StyleDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { AccessControlListDc, CreateSymbolCategoryDc, CreateSymbolDc, GetSymbolCategoriesParams, GetSymbolsListParams, PagedListSymbolCategoryInfoDc, PagedListSymbolInfoDc, RemoveSymbolCategoryParams, SymbolCategoryInfoDc, SymbolInfoDc, UpdateSymbolCategoryDc, UpdateSymbolDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -1,6 +0,6 @@

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';
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';
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -52,3 +52,3 @@ */

*/
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
/**

@@ -55,0 +55,0 @@ * No description

@@ -5,3 +5,3 @@ import { GetAllParams, PagedListTagInfoDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -6,0 +6,0 @@ */

@@ -5,3 +5,3 @@ import { GetSearchResultParams, PagedListSearchResultDc, SearchResultDc } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { GetVectorTileParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@ import { GetCapabilitiesParams, GetPublicCapabilitiesParams, GetSharedCapabilitiesParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

@@ -1,6 +0,6 @@

import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
import { GetCapabilities1Params, GetCapabilitiesParams4, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
import { Service } from './Service';
/**
* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -19,3 +19,3 @@ */

*/
getCapabilities(query: GetCapabilitiesParams3): Promise<void>;
getCapabilities(query: GetCapabilitiesParams4): Promise<void>;
/**

@@ -22,0 +22,0 @@ * No description

@@ -5,3 +5,3 @@ import { ProcessRequestParams } from './data-contracts';

* @title Spatial Processing Core API
* @version 1.0.0
* @version 1.5.1
* @baseUrl /sp

@@ -8,0 +8,0 @@ */

{
"version": "3.0.171",
"version": "3.0.173",
"license": "MIT",

@@ -19,3 +19,3 @@ "main": "dist/index.js",

"prepare": "tsdx build",
"generate": "node ../api-generator/src/generate.js --url=https://devpublic.everpoint.ru/swagger/1.0.0/swagger.json -o ./src/__generated__"
"generate": "node ../api-generator/src/generate.js --url=https://devpublic.everpoint.ru/swagger/1.5.1/swagger.json -o ./src/__generated__"
},

@@ -49,3 +49,3 @@ "peerDependencies": {

},
"gitHead": "1657226b0e0bf47febccfecbe52140e4556b4aa6"
"gitHead": "14ac8290c0466255e90e6a3831ffa057a4f78158"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc