@evergis/api 4.0.15 → 4.0.17
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.
- package/dist/__generated__/CatalogService.d.ts +27 -3
- package/dist/__generated__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/SecurityService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +130 -106
- package/dist/api.cjs.development.js +47 -8
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +48 -9
- package/dist/api.esm.js.map +1 -1
- package/dist/services/FileUpload.d.ts +2 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, CatalogResourceDc, CopyResourceResultDc, CopyResourcesPayload, CreateDirectoryDc, CreateFilePayload, GetTagsParams, ListResourcesDc, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceParentDc, SetPermissionsPayload } from './data-contracts';
|
|
1
|
+
import { AccessControlListDc, CatalogResourceDc, CopyResourceResultDc, CopyResourcesPayload, CreateDirectoryDc, CreateFile1Payload, CreateFilePayload, GetTagsParams, ListResourcesDc, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceParentDc, SetPermissionsPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -72,7 +72,7 @@ export declare class CatalogService extends Service {
|
|
|
72
72
|
* @tags Catalog
|
|
73
73
|
* @name PatchResource
|
|
74
74
|
* @operationId CatalogController_PatchResource
|
|
75
|
-
* @summary Update
|
|
75
|
+
* @summary Update resource.
|
|
76
76
|
* @request PATCH:/resources/{resourceId}
|
|
77
77
|
* @secure
|
|
78
78
|
* @response `200` OK
|
|
@@ -121,11 +121,23 @@ export declare class CatalogService extends Service {
|
|
|
121
121
|
* @name CreateFile
|
|
122
122
|
* @operationId CatalogController_CreateFile
|
|
123
123
|
* @summary Create new file.
|
|
124
|
-
* @request
|
|
124
|
+
* @request PATCH:/resources/file
|
|
125
125
|
* @secure
|
|
126
126
|
* @response `200` OK
|
|
127
127
|
*/
|
|
128
128
|
createFile(data: CreateFilePayload | FormData): Promise<CatalogResourceDc>;
|
|
129
|
+
/**
|
|
130
|
+
* No description
|
|
131
|
+
*
|
|
132
|
+
* @tags Catalog
|
|
133
|
+
* @name CreateFile1
|
|
134
|
+
* @operationId CatalogController_CreateFile_1
|
|
135
|
+
* @summary Create new file.
|
|
136
|
+
* @request POST:/resources/file
|
|
137
|
+
* @secure
|
|
138
|
+
* @response `200` OK
|
|
139
|
+
*/
|
|
140
|
+
createFile1(data: CreateFile1Payload | FormData): Promise<CatalogResourceDc>;
|
|
129
141
|
/**
|
|
130
142
|
* No description
|
|
131
143
|
*
|
|
@@ -174,6 +186,18 @@ export declare class CatalogService extends Service {
|
|
|
174
186
|
* @response `200` OK
|
|
175
187
|
*/
|
|
176
188
|
downloadFile(resourceId: string): Promise<Blob>;
|
|
189
|
+
/**
|
|
190
|
+
* No description
|
|
191
|
+
*
|
|
192
|
+
* @tags Catalog
|
|
193
|
+
* @name GetFile
|
|
194
|
+
* @operationId CatalogController_GetFile
|
|
195
|
+
* @summary Download file.
|
|
196
|
+
* @request GET:/resources/file/{resourceId}
|
|
197
|
+
* @secure
|
|
198
|
+
* @response `200` OK
|
|
199
|
+
*/
|
|
200
|
+
getFile(resourceId: string): Promise<Blob>;
|
|
177
201
|
/**
|
|
178
202
|
* No description
|
|
179
203
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams1, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, ServiceInfoDc, ServiceListDc, SimpleSymbolDc, StyleDc, SubtractParams, SubtractPayload, TileCatalogServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -545,7 +545,7 @@ export declare class LayersService extends Service {
|
|
|
545
545
|
* @secure
|
|
546
546
|
* @response `200` OK
|
|
547
547
|
*/
|
|
548
|
-
getRasterMeta({ name, id, ...query }:
|
|
548
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams1): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
549
549
|
/**
|
|
550
550
|
* No description
|
|
551
551
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BulkOperationResultDc,
|
|
1
|
+
import { BulkOperationResultDc, DeleteResourcesParams5, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -41,7 +41,7 @@ export declare class ProjectsService extends Service {
|
|
|
41
41
|
* @secure
|
|
42
42
|
* @response `200` OK
|
|
43
43
|
*/
|
|
44
|
-
deleteResources(query:
|
|
44
|
+
deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
|
|
45
45
|
/**
|
|
46
46
|
* No description
|
|
47
47
|
*
|
|
@@ -97,7 +97,7 @@ export declare class SecurityService extends Service {
|
|
|
97
97
|
* @name OldCheckLimits
|
|
98
98
|
* @operationId SecurityServiceController_OldCheckLimits
|
|
99
99
|
* @summary Get limits of workspace.
|
|
100
|
-
* @request GET:/
|
|
100
|
+
* @request GET:/resources/checkLimits
|
|
101
101
|
* @secure
|
|
102
102
|
* @response `200` OK
|
|
103
103
|
*/
|
|
@@ -109,7 +109,7 @@ export declare class SecurityService extends Service {
|
|
|
109
109
|
* @name OldCheckLimits1
|
|
110
110
|
* @operationId SecurityServiceController_OldCheckLimits_1
|
|
111
111
|
* @summary Get limits of workspace.
|
|
112
|
-
* @request GET:/
|
|
112
|
+
* @request GET:/resources/checkLimits/{userName}
|
|
113
113
|
* @secure
|
|
114
114
|
* @response `200` OK
|
|
115
115
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc,
|
|
1
|
+
import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams10, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -41,7 +41,7 @@ export declare class TablesService extends Service {
|
|
|
41
41
|
* @secure
|
|
42
42
|
* @response `200` OK
|
|
43
43
|
*/
|
|
44
|
-
deleteResources(query:
|
|
44
|
+
deleteResources(query: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
|
|
45
45
|
/**
|
|
46
46
|
* No description
|
|
47
47
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams5, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -17,7 +17,7 @@ export declare class WmsServerService extends Service {
|
|
|
17
17
|
* @secure
|
|
18
18
|
* @response `200` OK
|
|
19
19
|
*/
|
|
20
|
-
getCapabilities(query:
|
|
20
|
+
getCapabilities(query: GetCapabilitiesParams5): Promise<void>;
|
|
21
21
|
/**
|
|
22
22
|
* No description
|
|
23
23
|
*
|