@evergis/api
Advanced tools
Comparing version 3.0.115 to 3.0.116
@@ -1,2 +0,2 @@ | ||
import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, ConfirmEmail1Params, CreateRoleDc, CreateUserDc, CreateUserParams, ExtendedUserInfoDc, GetExtendedUsersParams, GetRolesParams, GetUsersParams, IsEmailExistsParams, IsUsernameExistsParams, ListResponseExtendedUserInfoDc, ListResponseRoleInfoDc, ListResponseUserInfoDc, LoginDc, RegisterUserDc, ResetPasswordCallbackPayload, ResetPasswordParams, SetEmailPayload, UpdateRoleDc, UpdateUserDc, UsedProjectDc, UserInfoDc } from './data-contracts'; | ||
import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, ConfirmEmail1Params, CreateRoleDc, CreateUserDc, CreateUserParams, ExtendedUserInfoDc, GetExtendedUsersParams, GetRolesParams, GetUsersParams, IsEmailExistsParams, IsUsernameExistsParams, LoginDc, PagedListExtendedUserInfoDc, PagedListRoleInfoDc, PagedListUserInfoDc, RegisterUserDc, ResetPasswordCallbackPayload, ResetPasswordParams, SetEmailPayload, UpdateRoleDc, UpdateUserDc, UsedProjectDc, UserInfoDc } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getUsers(query: GetUsersParams): Promise<ListResponseUserInfoDc>; | ||
getUsers(query: GetUsersParams): Promise<PagedListUserInfoDc>; | ||
/** | ||
@@ -31,3 +31,3 @@ * No description | ||
*/ | ||
getExtendedUsers(query: GetExtendedUsersParams): Promise<ListResponseExtendedUserInfoDc>; | ||
getExtendedUsers(query: GetExtendedUsersParams): Promise<PagedListExtendedUserInfoDc>; | ||
/** | ||
@@ -307,3 +307,3 @@ * No description | ||
*/ | ||
getRoles(query: GetRolesParams): Promise<ListResponseRoleInfoDc>; | ||
getRoles(query: GetRolesParams): Promise<PagedListRoleInfoDc>; | ||
/** | ||
@@ -310,0 +310,0 @@ * No description |
@@ -19,3 +19,3 @@ 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, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceConfigurationDc, ProxyServiceInfoDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, ValidateExpressionParams } from './data-contracts'; | ||
*/ | ||
getLayersList(query: GetLayersListParams): Promise<import("./data-contracts").ListResponseServiceListItemDc>; | ||
getLayersList(query: GetLayersListParams): Promise<import("./data-contracts").PagedListServiceListItemDc>; | ||
/** | ||
@@ -262,3 +262,3 @@ * No description | ||
*/ | ||
getFeatures({ name, ...query }: GetFeaturesParams): Promise<import("./data-contracts").ListResponseFeatureDc>; | ||
getFeatures({ name, ...query }: GetFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>; | ||
/** | ||
@@ -307,3 +307,3 @@ * No description | ||
*/ | ||
featuresContains({ name, ...query }: FeaturesContainsParams): Promise<import("./data-contracts").ListResponseFeatureDc>; | ||
featuresContains({ name, ...query }: FeaturesContainsParams): Promise<import("./data-contracts").PagedListFeatureDc>; | ||
/** | ||
@@ -310,0 +310,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { CreateNamespaceParams, GetNamespacesParams, ListResponseNamespaceInfoDc, NamespaceInfoDc } from './data-contracts'; | ||
import { CreateNamespaceParams, GetNamespacesParams, NamespaceInfoDc, PagedListNamespaceInfoDc } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getNamespaces(query: GetNamespacesParams): Promise<ListResponseNamespaceInfoDc>; | ||
getNamespaces(query: GetNamespacesParams): Promise<PagedListNamespaceInfoDc>; | ||
/** | ||
@@ -22,0 +22,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, ListResponseProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getProjectsList(query: GetProjectsListParams): Promise<ListResponseProjectInfoDc>; | ||
getProjectsList(query: GetProjectsListParams): Promise<PagedListProjectInfoDc>; | ||
/** | ||
@@ -53,3 +53,3 @@ * No description | ||
*/ | ||
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -56,0 +56,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams9, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, ListResponseIEnumerable1, MapTableInfoDc, MapTableParams, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams6, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getTableList(query: GetTableListParams): Promise<import("./data-contracts").ListResponseTableInfoDc>; | ||
getTableList(query: GetTableListParams): Promise<PagedListTableInfoDc>; | ||
/** | ||
@@ -53,3 +53,3 @@ * No description | ||
*/ | ||
deleteResources(query: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -109,3 +109,3 @@ * No description | ||
*/ | ||
getTableData({ name, ...query }: GetTableDataParams): Promise<ListResponseIEnumerable1>; | ||
getTableData({ name, ...query }: GetTableDataParams): Promise<PagedListIEnumerable1>; | ||
/** | ||
@@ -112,0 +112,0 @@ * No description |
@@ -9,3 +9,3 @@ import { ProjectsService } from '../__generated__/ProjectsService'; | ||
findOne(name: string): Promise<ExtendedProjectInfoDc>; | ||
findAll(params: GetProjectsListParams): Promise<import("../__generated__/data-contracts").ListResponseProjectInfoDc>; | ||
findAll(params: GetProjectsListParams): Promise<import("../__generated__/data-contracts").PagedListProjectInfoDc>; | ||
create(resource: ExtendedProjectInfoDc): Promise<ExtendedProjectInfoDc>; | ||
@@ -12,0 +12,0 @@ update(resource: ExtendedProjectInfoDc): Promise<ExtendedProjectInfoDc>; |
@@ -8,3 +8,3 @@ import { TablesService } from '../__generated__/TablesService'; | ||
findOne(name: string): Promise<DetailedTableInfoDc>; | ||
findAll(params: GetTableListParams): Promise<import("../__generated__/data-contracts").ListResponseTableInfoDc>; | ||
findAll(params: GetTableListParams): Promise<import("../__generated__/data-contracts").PagedListTableInfoDc>; | ||
create(resource: DetailedTableInfoDc): Promise<DetailedTableInfoDc>; | ||
@@ -11,0 +11,0 @@ update(table: UpdateTableDc): Promise<DetailedTableInfoDc>; |
{ | ||
"version": "3.0.115", | ||
"version": "3.0.116", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "3287aee41c21edd7c2d5047d3c7a4d6de57ebdb9" | ||
"gitHead": "5679082f07b895814e07560a9418c4d4af2d5171" | ||
} |
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 not supported yet
Sorry, the diff of this file is not supported yet
1965878
94
22406