@evergis/api
Advanced tools
Comparing version 3.0.203 to 3.0.204
@@ -35,2 +35,13 @@ import { DataSourceDc, GetDataSourcesListParams, PagedListDataSourceDc } from './data-contracts'; | ||
* @tags DataSource | ||
* @name UpdateDataSource | ||
* @operationId DataSourceController_UpdateDataSource | ||
* @summary Update data source. | ||
* @request PATCH:/ds | ||
* @response `200` OK | ||
*/ | ||
updateDataSource(data: DataSourceDc): Promise<void>; | ||
/** | ||
* No description | ||
* | ||
* @tags DataSource | ||
* @name GetDataSource | ||
@@ -37,0 +48,0 @@ * @operationId DataSourceController_GetDataSource |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams6, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams6): 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, ClassifyParams7, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -41,3 +41,3 @@ /** | ||
*/ | ||
classify(query: ClassifyParams5): Promise<ClassifyDc>; | ||
classify(query: ClassifyParams7): Promise<ClassifyDc>; | ||
/** | ||
@@ -44,0 +44,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { GetCapabilities1Params, GetCapabilitiesParams2, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getCapabilities(query: GetCapabilitiesParams2): Promise<void>; | ||
getCapabilities(query: GetCapabilitiesParams3): Promise<void>; | ||
/** | ||
@@ -22,0 +22,0 @@ * No description |
@@ -67,3 +67,3 @@ import { EventEmitter } from '@evergis/event-emitter'; | ||
constructor({ url, wsUrl, wsKeepAlive, snappingHubUrl, http, urlPath, httpOptions, }: ApiParams); | ||
init({ authParams, authQueryParams, connectWs, initScheduler, fetchSettings, fetchUser, }: { | ||
init({ authParams, authQueryParams, connectWs, initScheduler, fetchSettings, fetchUser, useJwt, }: { | ||
authParams?: LoginDc; | ||
@@ -76,2 +76,3 @@ authQueryParams?: AuthenticateParams; | ||
fetchUser?: boolean; | ||
useJwt?: boolean; | ||
}): Promise<void>; | ||
@@ -78,0 +79,0 @@ isAcceptedNetwork(network: string): network is SocAuthNetwork; |
@@ -28,3 +28,3 @@ import { AccountService } from '../__generated__/AccountService'; | ||
private userInfo?; | ||
login(params?: LoginDc, authParams?: AuthenticateParams): Promise<void>; | ||
login(params?: LoginDc, authParams?: AuthenticateParams, useJwt?: boolean): Promise<void>; | ||
fetchCurrentUser(): Promise<Partial<UserInfoWithPhoto>>; | ||
@@ -31,0 +31,0 @@ get username(): string; |
import { StatisticService } from '../__generated__/StatisticService'; | ||
import { ClassifyDc, ClassifyParams5, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts"; | ||
import { ClassifyDc, ClassifyParams7, 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: ClassifyParams7): Promise<ClassifyDc>; | ||
postClassify(params: GetClassifyDc): Promise<ClassifyDc>; | ||
} |
{ | ||
"version": "3.0.203", | ||
"version": "3.0.204", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "187b15529b2b80e92137845f1810b8d6c145a5fc" | ||
"gitHead": "00c4ab52543ff9d6a52f9db4d3e662624041d991" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2510417
29053