@evergis/api
Advanced tools
Comparing version 3.0.176 to 3.0.177
@@ -1,6 +0,6 @@ | ||
import { PostgresLayerServiceConfigurationDc, RemoteTileServiceConfigurationDc, ServiceListDc, StyledLayerServiceConfigurationDc, ServiceInfoDc, FileUploadResponse, ResourceDependenciesDc, TableInfoDc, GetLayersListParams, QueryLayerServiceConfigurationDc } from '../__generated__/data-contracts'; | ||
import { PostgresLayerServiceConfigurationDc, RemoteTileServiceConfigurationDc, ServiceListDc, StyledLayerServiceConfigurationDc, ServiceInfoDc, FileUploadResponse, ResourceDependenciesDc, TableInfoDc, GetLayersListParams, QueryLayerServiceConfigurationDc, PublishProxyServicePayload, UpdateProxyServicePayload } from '../__generated__/data-contracts'; | ||
import { LayersService } from '../__generated__/LayersService'; | ||
import { ResourceService } from '../interfaces/ResourceService'; | ||
declare type GetListParams = Omit<GetLayersListParams, 'types'>; | ||
declare type CreateTileLayerParams = { | ||
export declare type CreateTileLayerParams = { | ||
remote?: boolean; | ||
@@ -20,2 +20,3 @@ } & RemoteTileServiceConfigurationDc; | ||
createTileLayer({ remote, ...configuration }: CreateTileLayerParams): Promise<import("../__generated__/data-contracts").TileServiceInfoDc | import("../__generated__/data-contracts").RemoteTileServiceInfoDc>; | ||
updateTileLayer({ remote, ...configuration }: CreateTileLayerParams): Promise<import("../__generated__/data-contracts").TileServiceInfoDc | import("../__generated__/data-contracts").RemoteTileServiceInfoDc> | Promise<import("../__generated__/data-contracts").RemoteTileServiceInfo>; | ||
uploadPreview(name: string, file: File): Promise<FileUploadResponse>; | ||
@@ -28,2 +29,4 @@ findOne(name: string): Promise<import("../__generated__/data-contracts").ResourceInfoDc | ServiceInfoDc>; | ||
updateQueryLayer(configuration: QueryLayerServiceConfigurationDc): Promise<import("../__generated__/data-contracts").QueryLayerServiceInfoDc>; | ||
createProxyLayer(configuration: PublishProxyServicePayload): Promise<import("../__generated__/data-contracts").ProxyServiceInfoDc | import("../__generated__/data-contracts").PbfServiceInfoDc>; | ||
updateProxyLayer(configuration: UpdateProxyServicePayload): Promise<import("../__generated__/data-contracts").ProxyServiceInfoDc | import("../__generated__/data-contracts").PbfServiceInfoDc>; | ||
remove(name: string): Promise<string>; | ||
@@ -30,0 +33,0 @@ } |
{ | ||
"version": "3.0.176", | ||
"version": "3.0.177", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "14ddbc130bdfd6bfde7f86fba6b6c0d1d1fa87f5" | ||
"gitHead": "5f003b402ff6e203b58edc33ff50656380f6e9a1" | ||
} |
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
2431262
26548