@evergis/api 5.0.17 → 5.0.19
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__/AccountPreviewService.d.ts +1 -1
- package/dist/__generated__/AccountService.d.ts +12 -11
- package/dist/__generated__/BulkOperationsService.d.ts +1 -1
- package/dist/__generated__/CatalogService.d.ts +1 -1
- package/dist/__generated__/ClientSettingsService.d.ts +1 -1
- package/dist/__generated__/DataSourceService.d.ts +1 -1
- package/dist/__generated__/EqlService.d.ts +1 -1
- package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
- package/dist/__generated__/FeedbackService.d.ts +1 -1
- package/dist/__generated__/FiltersService.d.ts +1 -1
- package/dist/__generated__/GeocodeService.d.ts +1 -1
- package/dist/__generated__/ImportService.d.ts +12 -11
- package/dist/__generated__/LayersService.d.ts +13 -11
- package/dist/__generated__/NotificationService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +1 -1
- package/dist/__generated__/QueryTokenAccessService.d.ts +1 -1
- package/dist/__generated__/RemoteTaskManagerService.d.ts +1 -1
- package/dist/__generated__/SecurityService.d.ts +34 -31
- package/dist/__generated__/SpatialReferencesService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +1 -1
- package/dist/__generated__/ToolsService.d.ts +1 -1
- package/dist/__generated__/VectorTileService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +84 -2512
- package/dist/api.esm.js +109 -579
- package/dist/api.esm.js.map +1 -1
- package/dist/index.js +108 -578
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { FileUploadResponse, UploadPreview1Payload, UploadPreviewPayload } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { AuthenticateParams, ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, ConfirmEmail1Params, CreateNamespaceParams, CreateRoleDc, CreateUserDc, CreateUserParams, ExtendedUserInfoDc, GetExtendedUsersParams, GetRolesParams, GetUsersParams, IsEmailExistsParams, IsUsernameExistsParams, LoginDc, LoginResultDc, NamespaceInfoDc, PagedListExtendedUserInfoDc, PagedListRoleInfoDc, PagedListUserInfoDc, RefreshTokenDc, RegisterClientRequestDc, RegisterClientResponseDc, RegisterUserDc, ResetPasswordCallbackPayload, ResetPasswordParams, SetEmailPayload, TokenRequestDc, TokenResponseDc, UpdateRoleDc, UpdateUserDc, UsedProjectDc, UserInfoDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -163,16 +163,17 @@ export declare class AccountService extends Service {
|
|
|
163
163
|
*/
|
|
164
164
|
verifyEmail(username: string): Promise<void>;
|
|
165
165
|
/**
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
166
|
+
* No description
|
|
167
|
+
*
|
|
168
|
+
* @tags Account
|
|
169
|
+
* @name SetEmail
|
|
170
|
+
* @operationId AccountController_SetEmail
|
|
171
|
+
* @summary For a user that does not have a set email, sets the email and password. Requires email confirmation through
|
|
172
|
+
link.
|
|
173
|
+
* @request POST:/account/setEmail
|
|
174
|
+
* @secure
|
|
175
|
+
* @response `200` OK
|
|
176
|
+
*/
|
|
176
177
|
setEmail(data: SetEmailPayload | FormData): Promise<void>;
|
|
177
178
|
/**
|
|
178
179
|
* No description
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { AccessControlListDc, CatalogResourceDc, CopyResourceResultDc, CopyResourcesPayload, CreateDirectoryDc, CreateFile1Payload, CreateFilePayload, CreateSymlinkDc, DeleteResourceParams, GetByPathDc, GetTagsParams, ListResourcesDc, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceParentDc, SetPermissionsPayload, ZipExtractRequestDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { GetConfigurationParams, GetConfigurationsListParams, PagedListConfigDc, RemoveConfigurationParams, SetConfigurationParams, SetConfigurationPayload } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { ArcGisDataSourceDc, ArcGisDataSourceInfoDc, GetDataSourcesListParams, MosRuDataSourceDc, MosRuDataSourceInfoDc, PagedListDataSourceInfoDc, PostgresDataSourceDc, PostgresDataSourceInfoDc, S3DataSourceDc, S3DataSourceInfoDc, SparkDataSourceDc, SparkDataSourceInfoDc, TestConnectionInfoDc, WmsDataSourceDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { AttributeConfigurationDc, AvailiableValuesDc, CalculatedAttributeConfigurationDc, EqlDependenciesDc, EqlRequestDc, EqlResourceReferencesDc, GeometryAttributeConfigurationDc, GetAvailiableLayerParametersParams, GetLayerParameters1Params, GetLayerParametersParams, GetPagedQueryResultParams, GetQueryHistoryParams, GetVectorTileParams, PagedFeaturesListDc, PagedListQueryHistoryDc, RemoveLayerParameterValueParams, SetLayerParameterValueParams, SetLayerParametersParams, SetLayerParametersPayload, StringAttributeConfigurationDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { BindCallbackParams, BindFacebookParams, BindGoogleParams, BindVkParams, BindYandexParams, LoginResultDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { GeocodeByPointParams, GeocodeParams, GeocodeSuggestResultDc, PagedFeaturesListDc, SuggestParams } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcGisLayersParams, GetExternalArcgisFsLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchemaDc, ImportFileFeaturesCountDc, NetCdfMetaDc, PagedFeaturesListDc, RasterMetaDc, ReadPartParams } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class ImportService extends Service {
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
* No description
|
|
11
|
+
*
|
|
12
|
+
* @tags ImportService
|
|
13
|
+
* @name GetDataSchema
|
|
14
|
+
* @operationId ImportServiceController_GetDataSchema
|
|
15
|
+
* @summary Using a file uploaded to the file upload service, reads the headers of the file and returns the information about data schema of all layers in that file,
|
|
16
|
+
available for import.
|
|
17
|
+
* @request GET:/import/dataSchema
|
|
18
|
+
* @secure
|
|
19
|
+
* @response `200` OK
|
|
20
|
+
*/
|
|
20
21
|
getDataSchema(query: GetDataSchemaParams): Promise<ImportDataSchemaDc>;
|
|
21
22
|
/**
|
|
22
23
|
* No description
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DetailedTableInfoDc, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, ExtendedProjectInfoDc, ExtendedProjectInfoDcV2, FailedServiceInfoDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayersInfoParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, NetCdfMetaDc, Operation, PagedBulkFeaturesListDc, PagedFeaturesListDc, PatchQueryLayerService1Payload, PatchQueryLayerServicePayload, PbfServiceInfoDc, ProjectInfoDcV2, ProxyServiceInfoDc, PublishLayerInfoDc, PythonServiceInfoDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ServiceInfoDc, TileCatalogServiceInfoDc, UpdateFeaturePayload, UpdateTableDc, ValidateExpressionParams } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -343,16 +343,18 @@ export declare class LayersService extends Service {
|
|
|
343
343
|
*/
|
|
344
344
|
editAttributes(name: string, data: EditAttributesInfoDc): Promise<LayerUpdateInfoDc>;
|
|
345
345
|
/**
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
346
|
+
* No description
|
|
347
|
+
*
|
|
348
|
+
* @tags Layers
|
|
349
|
+
* @name ValidateExpression
|
|
350
|
+
* @operationId LayersController_ValidateExpression
|
|
351
|
+
* @summary Validates the given EQL expression against the requested layer. If the expression is valid, it can be
|
|
352
|
+
executed on the features in the layer to produce a value of some type. The type of the resulting
|
|
353
|
+
value will be also returned in the validation result.
|
|
354
|
+
* @request GET:/layers/{layerName}/validateExpression
|
|
355
|
+
* @secure
|
|
356
|
+
* @response `200` OK
|
|
357
|
+
*/
|
|
356
358
|
validateExpression({ layerName, ...query }: ValidateExpressionParams): Promise<ExpressionValidationResultDc>;
|
|
357
359
|
/**
|
|
358
360
|
* No description
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { SubscribeListOperationPayload, SubscribeOperationParams, UnsubscribeListOperationPayload, UnsubscribeOperationParams } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { BulkOperationResultDc, DeleteResourcesParams2, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, Operation, ResourceDependenciesDc, UpdateProjectV2Payload } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { CreateTokenParams, GetTokensListParams, PagedListQueryTokenDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { ActiveWorkerDc, CreatedTaskResultDto, GetTaskPrototypesParams, GetTaskResourceParams, GetTasksForPrototypeParams, SearchResultsDtoTaskDto, SearchResultsDtoTaskPrototypeDto, SubTasksDto, TaskConfigurationDc, TaskPrototypeDto, TaskResourceCreateDto, TaskResourceUpdateDto, UpdateTaskPrototypeDto, WorkerStartMethodDto } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams, GetUsersAndRolesParams, PolicyDc, RemovePolicyParams, SearchedUserDc, SetPoliciesPayload, UserOrRoleDc, WorkspaceLimitsDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class SecurityService extends Service {
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
* @description This method requires superuser permission.
|
|
11
|
+
*
|
|
12
|
+
* @tags SecurityService
|
|
13
|
+
* @name SetPolicies
|
|
14
|
+
* @operationId SecurityServiceController_SetPolicies
|
|
15
|
+
* @summary Adds the given policies to the server policy list. If a policy with the same type and user role already
|
|
16
|
+
exists, it replaces the existing policy with the new one.
|
|
17
|
+
* @request POST:/bulk/security/policies
|
|
18
|
+
* @secure
|
|
19
|
+
* @response `200` OK
|
|
20
|
+
*/
|
|
20
21
|
setPolicies(data: SetPoliciesPayload): Promise<void>;
|
|
21
22
|
/**
|
|
22
23
|
* No description
|
|
@@ -67,28 +68,30 @@ export declare class SecurityService extends Service {
|
|
|
67
68
|
*/
|
|
68
69
|
getPolicyList(query: GetPolicyListParams): Promise<PolicyDc[]>;
|
|
69
70
|
/**
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
71
|
+
* @description This method requires superuser permission.
|
|
72
|
+
*
|
|
73
|
+
* @tags SecurityService
|
|
74
|
+
* @name RemovePolicy
|
|
75
|
+
* @operationId SecurityServiceController_RemovePolicy
|
|
76
|
+
* @summary Removes the policy of the given type with the given role. If no such policy is found, nothing is done, and
|
|
77
|
+
OK response is returned.
|
|
78
|
+
* @request DELETE:/security/policies
|
|
79
|
+
* @secure
|
|
80
|
+
* @response `200` OK
|
|
81
|
+
*/
|
|
80
82
|
removePolicy(query: RemovePolicyParams): Promise<void>;
|
|
81
83
|
/**
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
84
|
+
* @description This method requires superuser permission.
|
|
85
|
+
*
|
|
86
|
+
* @tags SecurityService
|
|
87
|
+
* @name SetPolicy
|
|
88
|
+
* @operationId SecurityServiceController_SetPolicy
|
|
89
|
+
* @summary Adds the given policy to the server policy list. If a policy with the same type and user role already
|
|
90
|
+
exists, it replaces the existing policy with the new one.
|
|
91
|
+
* @request POST:/security/policies
|
|
92
|
+
* @secure
|
|
93
|
+
* @response `200` OK
|
|
94
|
+
*/
|
|
92
95
|
setPolicy(data: PolicyDc): Promise<void>;
|
|
93
96
|
/**
|
|
94
97
|
* No description
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { ClassifyDc, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDc } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Service } from './Service';
|
|
2
2
|
import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedListFeatureDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
3
3
|
/**
|
|
4
|
-
* @title Spatial Processing
|
|
4
|
+
* @title Spatial Processing Gateway API
|
|
5
5
|
* @version 1.5.1.0
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|