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

@evergis/api

Package Overview
Dependencies
Maintainers
0
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.192 to 3.0.193

dist/__generated__/EqlService.d.ts

17

dist/__generated__/CatalogService.d.ts

@@ -1,2 +0,2 @@

import { AccessControlListDc, CatalogResourceDc, CreateDirectoryDc, CreateFilePayload, GetAllParams, GetTagsParams, ListResourcesDto, MoveResourceDc, PatchResourceDc, PutTagsPayload, ResourceAclDc, SearchResourcesDto, SearchResourcesParams, SetPermissionsPayload } from './data-contracts';
import { AccessControlListDc, CatalogResourceDc, CreateDirectoryDc, CreateFilePayload, GetAllParams, GetTagsParams, ListResourcesDto, MoveResourceDc, PagedResourcesListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceAclDc, SearchResourcesDto, SearchResourcesParams, SetPermissionsPayload } from './data-contracts';
import { Service } from './Service';

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

*/
postGetAll(data: ListResourcesDto): Promise<CatalogResourceDc[]>;
postGetAll(query: PostGetAllParams, data: ListResourcesDto): Promise<CatalogResourceDc[]>;
/**

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

*/
searchResources(query: SearchResourcesParams, data: SearchResourcesDto): Promise<CatalogResourceDc[]>;
searchResources(query: SearchResourcesParams, data: SearchResourcesDto): Promise<PagedResourcesListDc>;
/**

@@ -176,2 +176,13 @@ * No description

downloadFile(resourceId: string): Promise<Blob>;
/**
* No description
*
* @tags Catalog
* @name CleanResources
* @operationId CatalogController_CleanResources
* @summary Clean user resources.
* @request POST:/resources/clean
* @response `200` OK
*/
cleanResources(): Promise<void>;
}

15

dist/__generated__/LayersService.d.ts

@@ -1,2 +0,2 @@

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, GetFeaturesParametersFromLayersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams9, 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';
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, 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';
import { Service } from './Service';

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

* @tags Layers
* @name GetFeaturesFromLayers
* @operationId LayersController_GetFeaturesFromLayers
* @summary Returns list of the layer features.
* @request POST:/layers/features/query
* @response `200` OK
*/
getFeaturesFromLayers(data: GetFeaturesParametersFromLayersDc): Promise<PagedBulkFeaturesListDc[]>;
/**
* No description
*
* @tags Layers
* @name GetLayersList

@@ -604,3 +593,3 @@ * @operationId LayersController_GetLayersList

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

@@ -607,0 +596,0 @@ * No description

@@ -1,2 +0,2 @@

import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams5, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams3, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
import { Service } from './Service';

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

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

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

@@ -1,2 +0,2 @@

import { ClassifyDc, ClassifyParams5, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
import { ClassifyDc, ClassifyParams8, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
import { Service } from './Service';

@@ -41,3 +41,3 @@ /**

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

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

@@ -1,2 +0,2 @@

import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryLayerDc, DeleteResourcesParams3, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
import { Service } from './Service';

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

*/
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
deleteResources(query: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
/**

@@ -58,2 +58,13 @@ * No description

* @tags Tables
* @name CreateViewFromQueryLayer
* @operationId TablesController_CreateViewFromQueryLayer
* @summary Creates a new view from query layer.
* @request POST:/tables/fromLayer
* @response `200` OK
*/
createViewFromQueryLayer(data: CreateViewFromQueryLayerDc): Promise<DetailedTableInfoDc>;
/**
* No description
*
* @tags Tables
* @name UpdateTable

@@ -60,0 +71,0 @@ * @operationId TablesController_UpdateTable

@@ -1,2 +0,2 @@

import { GetAllParams9, PagedListTagInfoDc } from './data-contracts';
import { GetAllParams6, PagedListTagInfoDc } from './data-contracts';
import { Service } from './Service';

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

*/
getAll(query: GetAllParams9): Promise<PagedListTagInfoDc>;
getAll(query: GetAllParams6): Promise<PagedListTagInfoDc>;
/**

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

@@ -1,2 +0,2 @@

import { GetSearchResultParams, PagedListSearchResultDc, SearchResultDc } from './data-contracts';
import { PagedListSearchResultDc, SearchResultDc, SearchResultDcGetSearchResultParams } from './data-contracts';
import { Service } from './Service';

@@ -13,4 +13,4 @@ /**

* @tags UniversalSearch
* @name GetSearchResult
* @operationId UniversalSearchController_GetSearchResult
* @name SearchResultDcGetSearchResult
* @operationId UniversalSearchController_SearchResultDcGetSearchResult
* @summary Returns search result.

@@ -20,3 +20,3 @@ * @request GET:/search/{taskId}/{layerName}

*/
getSearchResult({ taskId, layerName, ...query }: GetSearchResultParams): Promise<PagedListSearchResultDc>;
searchResultDcGetSearchResult({ taskId, layerName, ...query }: SearchResultDcGetSearchResultParams): Promise<PagedListSearchResultDc>;
/**

@@ -26,4 +26,4 @@ * No description

* @tags UniversalSearch
* @name GetSearchResult1
* @operationId UniversalSearchController_GetSearchResult_1
* @name GetSearchResult
* @operationId UniversalSearchController_GetSearchResult
* @summary Returns search result.

@@ -33,3 +33,3 @@ * @request GET:/search/{taskId}

*/
getSearchResult1(taskId: string): Promise<SearchResultDc[]>;
getSearchResult(taskId: string): Promise<SearchResultDc[]>;
}

@@ -1,2 +0,2 @@

import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
import { GetCapabilities1Params, GetCapabilitiesParams4, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
import { Service } from './Service';

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

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

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

@@ -9,3 +9,3 @@ import { EventEmitter } from '@evergis/event-emitter';

import { CatalogService } from './__generated__/CatalogService';
import { Account, AccountPreview, BulkOperations, Cameras, ClientSettings, External, EqlTest, Feedback, FileUpload, Filters, General, Geocode, IceRouter, Import, Layers, Names, Namespace, Notification, PortalSettings, Print, Projects, ResourceCatalog, Resources, Scheduler, Security, Statistic, Styles, Tables, Tools, VectorTiles } from './services';
import { Account, AccountPreview, BulkOperations, Cameras, ClientSettings, External, Eql, Feedback, FileUpload, Filters, General, Geocode, IceRouter, Import, Layers, Names, Namespace, Notification, PortalSettings, Print, Projects, ResourceCatalog, Resources, Scheduler, Security, Statistic, Styles, Tables, Tools, VectorTiles } from './services';
import { LoginDc } from './__generated__/data-contracts';

@@ -65,3 +65,3 @@ export declare type ApiParams = {

readonly spatialReference: SpatialReferencesService;
readonly eqlTest: EqlTest;
readonly eql: Eql;
readonly catalog: CatalogService;

@@ -68,0 +68,0 @@ readonly queryToken: QueryTokenAccessService;

@@ -6,3 +6,3 @@ export * from "./Account";

export * from "./ClientSettings";
export * from "./EqlTest";
export * from "./Eql";
export * from "./External";

@@ -9,0 +9,0 @@ export * from "./Feedback";

import { StatisticService } from '../__generated__/StatisticService';
import { ClassifyDc, ClassifyParams5, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts";
import { ClassifyDc, ClassifyParams8, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts";
export declare class Statistic extends StatisticService {
getStatistic(params: StatisticsDbParams): Promise<StatisticsDc>;
postStatistic(params: GetStatisticsDc): Promise<StatisticsDc>;
getClassify(params: ClassifyParams5): Promise<ClassifyDc>;
getClassify(params: ClassifyParams8): Promise<ClassifyDc>;
postClassify(params: GetClassifyDc): Promise<ClassifyDc>;
}
{
"version": "3.0.192",
"version": "3.0.193",
"license": "MIT",

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

},
"gitHead": "23e0d90b435c8f21b1cb0f3eada37fc617e70120"
"gitHead": "8b5ea1a134a1bfdb2136020a9b2bc5c97d723626"
}

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