@evergis/api 4.0.2 → 4.0.3
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__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/ResourceCatalogService.d.ts +1 -34
- package/dist/__generated__/SecurityService.d.ts +34 -1
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +3 -62
- package/dist/api.cjs.development.js +50 -50
- 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 +50 -50
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
- package/dist/__generated__/PythonTestService.d.ts +0 -64
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams6, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -600,7 +600,7 @@ export declare class LayersService extends Service {
|
|
|
600
600
|
* @request GET:/layers/{name}/{id}/metadata
|
|
601
601
|
* @response `200` OK
|
|
602
602
|
*/
|
|
603
|
-
getRasterMeta({ name, id, ...query }:
|
|
603
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams6): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
604
604
|
/**
|
|
605
605
|
* No description
|
|
606
606
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams4, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class ProjectsService extends Service {
|
|
|
49
49
|
* @request DELETE:/projects
|
|
50
50
|
* @response `200` OK
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CopyResourceResultDc, CopyResourcesPayload
|
|
1
|
+
import { CopyResourceResultDc, CopyResourcesPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -6,39 +6,6 @@ import { Service } from './Service';
|
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class ResourceCatalogService extends Service {
|
|
9
|
-
/**
|
|
10
|
-
* No description
|
|
11
|
-
*
|
|
12
|
-
* @tags ResourceCatalog
|
|
13
|
-
* @name CheckLimitsForUser
|
|
14
|
-
* @operationId ResourceCatalogController_CheckLimitsForUser
|
|
15
|
-
* @summary Get limits of workspace.
|
|
16
|
-
* @request GET:/resources/checkLimits/user/{userName}
|
|
17
|
-
* @response `200` OK
|
|
18
|
-
*/
|
|
19
|
-
checkLimitsForUser(userName: string | null): Promise<WorkspaceLimitsDc>;
|
|
20
|
-
/**
|
|
21
|
-
* No description
|
|
22
|
-
*
|
|
23
|
-
* @tags ResourceCatalog
|
|
24
|
-
* @name CheckLimitsForRole
|
|
25
|
-
* @operationId ResourceCatalogController_CheckLimitsForRole
|
|
26
|
-
* @summary Get limits of workspace.
|
|
27
|
-
* @request GET:/resources/checkLimits/role/{roleName}
|
|
28
|
-
* @response `200` OK
|
|
29
|
-
*/
|
|
30
|
-
checkLimitsForRole(roleName: string | null): Promise<WorkspaceLimitsDc>;
|
|
31
|
-
/**
|
|
32
|
-
* No description
|
|
33
|
-
*
|
|
34
|
-
* @tags ResourceCatalog
|
|
35
|
-
* @name GetDefaultLimits
|
|
36
|
-
* @operationId ResourceCatalogController_GetDefaultLimits
|
|
37
|
-
* @summary Get default limits of workspace.
|
|
38
|
-
* @request GET:/resources/checkLimits/default
|
|
39
|
-
* @response `200` OK
|
|
40
|
-
*/
|
|
41
|
-
getDefaultLimits(): Promise<WorkspaceLimitsDc>;
|
|
42
9
|
/**
|
|
43
10
|
* No description
|
|
44
11
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams, GetUsersAndRolesParams, PolicyDc, RemovePolicyParams, SearchedUserDc, UserOrRoleDc } from './data-contracts';
|
|
1
|
+
import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams, GetUsersAndRolesParams, PolicyDc, RemovePolicyParams, SearchedUserDc, UserOrRoleDc, WorkspaceLimitsDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -72,4 +72,37 @@ export declare class SecurityService extends Service {
|
|
|
72
72
|
* @response `200` OK
|
|
73
73
|
*/
|
|
74
74
|
setPolicy(data: PolicyDc): Promise<void>;
|
|
75
|
+
/**
|
|
76
|
+
* No description
|
|
77
|
+
*
|
|
78
|
+
* @tags SecurityService
|
|
79
|
+
* @name CheckLimitsForUser
|
|
80
|
+
* @operationId SecurityServiceController_CheckLimitsForUser
|
|
81
|
+
* @summary Get limits of workspace.
|
|
82
|
+
* @request GET:/security/limits/user/{userName}
|
|
83
|
+
* @response `200` OK
|
|
84
|
+
*/
|
|
85
|
+
checkLimitsForUser(userName: string | null): Promise<WorkspaceLimitsDc>;
|
|
86
|
+
/**
|
|
87
|
+
* No description
|
|
88
|
+
*
|
|
89
|
+
* @tags SecurityService
|
|
90
|
+
* @name CheckLimitsForRole
|
|
91
|
+
* @operationId SecurityServiceController_CheckLimitsForRole
|
|
92
|
+
* @summary Get limits of workspace.
|
|
93
|
+
* @request GET:/security/limits/role/{roleName}
|
|
94
|
+
* @response `200` OK
|
|
95
|
+
*/
|
|
96
|
+
checkLimitsForRole(roleName: string | null): Promise<WorkspaceLimitsDc>;
|
|
97
|
+
/**
|
|
98
|
+
* No description
|
|
99
|
+
*
|
|
100
|
+
* @tags SecurityService
|
|
101
|
+
* @name GetDefaultLimits
|
|
102
|
+
* @operationId SecurityServiceController_GetDefaultLimits
|
|
103
|
+
* @summary Get default limits of workspace.
|
|
104
|
+
* @request GET:/security/limits/default
|
|
105
|
+
* @response `200` OK
|
|
106
|
+
*/
|
|
107
|
+
getDefaultLimits(): Promise<WorkspaceLimitsDc>;
|
|
75
108
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` OK
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams4, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -16,7 +16,7 @@ export declare class WmsServerService extends Service {
|
|
|
16
16
|
* @request GET:/wms#REQUEST=GetCapabilities
|
|
17
17
|
* @response `200` OK
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams4): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -3894,15 +3894,6 @@ export interface PagedListRoleInfoDc {
|
|
|
3894
3894
|
limit?: number;
|
|
3895
3895
|
items?: RoleInfoDc[];
|
|
3896
3896
|
}
|
|
3897
|
-
export interface PagedListScriptDc {
|
|
3898
|
-
/** @format int64 */
|
|
3899
|
-
totalCount?: number;
|
|
3900
|
-
/** @format int32 */
|
|
3901
|
-
offset?: number;
|
|
3902
|
-
/** @format int32 */
|
|
3903
|
-
limit?: number;
|
|
3904
|
-
items?: ScriptDc[];
|
|
3905
|
-
}
|
|
3906
3897
|
export interface PagedListSearchResultDc {
|
|
3907
3898
|
/** @format int64 */
|
|
3908
3899
|
totalCount?: number;
|
|
@@ -5385,15 +5376,6 @@ export interface ScriptConfiguration {
|
|
|
5385
5376
|
/** Script error message. */
|
|
5386
5377
|
error?: string;
|
|
5387
5378
|
}
|
|
5388
|
-
/**
|
|
5389
|
-
* Script data contract.
|
|
5390
|
-
*/
|
|
5391
|
-
export interface ScriptDc {
|
|
5392
|
-
/** Name. */
|
|
5393
|
-
name: string;
|
|
5394
|
-
/** Description. */
|
|
5395
|
-
description?: string;
|
|
5396
|
-
}
|
|
5397
5379
|
/**
|
|
5398
5380
|
* ScriptParameter.
|
|
5399
5381
|
*/
|
|
@@ -8146,7 +8128,7 @@ export interface ValidateExpressionParams {
|
|
|
8146
8128
|
/** Layer name. */
|
|
8147
8129
|
layerName: string;
|
|
8148
8130
|
}
|
|
8149
|
-
export interface
|
|
8131
|
+
export interface GetRasterMetaParams6 {
|
|
8150
8132
|
/**
|
|
8151
8133
|
* Min value for build histogram.
|
|
8152
8134
|
* @format double
|
|
@@ -8265,7 +8247,7 @@ export interface GetProjectsListParams {
|
|
|
8265
8247
|
tags?: string[];
|
|
8266
8248
|
}
|
|
8267
8249
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
8268
|
-
export interface
|
|
8250
|
+
export interface DeleteResourcesParams4 {
|
|
8269
8251
|
/** Resource names. */
|
|
8270
8252
|
names?: string[];
|
|
8271
8253
|
}
|
|
@@ -8315,43 +8297,6 @@ export interface RunScriptParams {
|
|
|
8315
8297
|
/** Method name. */
|
|
8316
8298
|
methodName?: string;
|
|
8317
8299
|
}
|
|
8318
|
-
export interface AddPayload {
|
|
8319
|
-
/** Name. */
|
|
8320
|
-
Name: string;
|
|
8321
|
-
/** Description. */
|
|
8322
|
-
Description?: string;
|
|
8323
|
-
/**
|
|
8324
|
-
* Add date and time.
|
|
8325
|
-
* @format date-time
|
|
8326
|
-
*/
|
|
8327
|
-
DtAdd?: string;
|
|
8328
|
-
/**
|
|
8329
|
-
* Last update date and time.
|
|
8330
|
-
* @format date-time
|
|
8331
|
-
*/
|
|
8332
|
-
DtLastUpdate?: string;
|
|
8333
|
-
/** @format binary */
|
|
8334
|
-
file?: File;
|
|
8335
|
-
}
|
|
8336
|
-
export interface UpdateBody {
|
|
8337
|
-
/** Name. */
|
|
8338
|
-
Name: string;
|
|
8339
|
-
/** Description. */
|
|
8340
|
-
Description?: string;
|
|
8341
|
-
/**
|
|
8342
|
-
* Add date and time.
|
|
8343
|
-
* @format date-time
|
|
8344
|
-
*/
|
|
8345
|
-
DtAdd?: string;
|
|
8346
|
-
/**
|
|
8347
|
-
* Last update date and time.
|
|
8348
|
-
* @format date-time
|
|
8349
|
-
*/
|
|
8350
|
-
DtLastUpdate?: string;
|
|
8351
|
-
/** @format binary */
|
|
8352
|
-
file?: File;
|
|
8353
|
-
}
|
|
8354
|
-
export declare type RunPayload = Record<string, any>;
|
|
8355
8300
|
export interface GetTaskPrototypesParams {
|
|
8356
8301
|
/** Username. */
|
|
8357
8302
|
Username?: string;
|
|
@@ -8702,10 +8647,6 @@ export interface GetTableListParams {
|
|
|
8702
8647
|
acl?: string;
|
|
8703
8648
|
}
|
|
8704
8649
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8705
|
-
export interface DeleteResourcesParams1 {
|
|
8706
|
-
/** Resource names. */
|
|
8707
|
-
names?: string[];
|
|
8708
|
-
}
|
|
8709
8650
|
export interface GetTablesInfoParams {
|
|
8710
8651
|
/** Table names. */
|
|
8711
8652
|
tableNames?: string[];
|
|
@@ -8859,7 +8800,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8859
8800
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8860
8801
|
AcceptFormats?: string[];
|
|
8861
8802
|
}
|
|
8862
|
-
export interface
|
|
8803
|
+
export interface GetCapabilitiesParams4 {
|
|
8863
8804
|
/** Output format of service metadata. */
|
|
8864
8805
|
Format?: string;
|
|
8865
8806
|
/** Must be WMS. */
|
|
@@ -6435,53 +6435,8 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
|
|
|
6435
6435
|
}
|
|
6436
6436
|
|
|
6437
6437
|
_createClass(ResourceCatalogService, [{
|
|
6438
|
-
key: "
|
|
6438
|
+
key: "copyResources",
|
|
6439
6439
|
value:
|
|
6440
|
-
/**
|
|
6441
|
-
* No description
|
|
6442
|
-
*
|
|
6443
|
-
* @tags ResourceCatalog
|
|
6444
|
-
* @name CheckLimitsForUser
|
|
6445
|
-
* @operationId ResourceCatalogController_CheckLimitsForUser
|
|
6446
|
-
* @summary Get limits of workspace.
|
|
6447
|
-
* @request GET:/resources/checkLimits/user/{userName}
|
|
6448
|
-
* @response `200` OK
|
|
6449
|
-
*/
|
|
6450
|
-
function checkLimitsForUser(userName) {
|
|
6451
|
-
return this.http.get("/resources/checkLimits/user/" + userName).json();
|
|
6452
|
-
}
|
|
6453
|
-
/**
|
|
6454
|
-
* No description
|
|
6455
|
-
*
|
|
6456
|
-
* @tags ResourceCatalog
|
|
6457
|
-
* @name CheckLimitsForRole
|
|
6458
|
-
* @operationId ResourceCatalogController_CheckLimitsForRole
|
|
6459
|
-
* @summary Get limits of workspace.
|
|
6460
|
-
* @request GET:/resources/checkLimits/role/{roleName}
|
|
6461
|
-
* @response `200` OK
|
|
6462
|
-
*/
|
|
6463
|
-
|
|
6464
|
-
}, {
|
|
6465
|
-
key: "checkLimitsForRole",
|
|
6466
|
-
value: function checkLimitsForRole(roleName) {
|
|
6467
|
-
return this.http.get("/resources/checkLimits/role/" + roleName).json();
|
|
6468
|
-
}
|
|
6469
|
-
/**
|
|
6470
|
-
* No description
|
|
6471
|
-
*
|
|
6472
|
-
* @tags ResourceCatalog
|
|
6473
|
-
* @name GetDefaultLimits
|
|
6474
|
-
* @operationId ResourceCatalogController_GetDefaultLimits
|
|
6475
|
-
* @summary Get default limits of workspace.
|
|
6476
|
-
* @request GET:/resources/checkLimits/default
|
|
6477
|
-
* @response `200` OK
|
|
6478
|
-
*/
|
|
6479
|
-
|
|
6480
|
-
}, {
|
|
6481
|
-
key: "getDefaultLimits",
|
|
6482
|
-
value: function getDefaultLimits() {
|
|
6483
|
-
return this.http.get("/resources/checkLimits/default").json();
|
|
6484
|
-
}
|
|
6485
6440
|
/**
|
|
6486
6441
|
* No description
|
|
6487
6442
|
*
|
|
@@ -6492,10 +6447,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
|
|
|
6492
6447
|
* @request POST:/resources/copy
|
|
6493
6448
|
* @response `200` OK
|
|
6494
6449
|
*/
|
|
6495
|
-
|
|
6496
|
-
}, {
|
|
6497
|
-
key: "copyResources",
|
|
6498
|
-
value: function copyResources(data) {
|
|
6450
|
+
function copyResources(data) {
|
|
6499
6451
|
return this.http.post("/resources/copy", data).json();
|
|
6500
6452
|
}
|
|
6501
6453
|
}]);
|
|
@@ -6726,6 +6678,54 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6726
6678
|
value: function setPolicy(data) {
|
|
6727
6679
|
return this.http.post("/security/policies", data).then(() => {});
|
|
6728
6680
|
}
|
|
6681
|
+
/**
|
|
6682
|
+
* No description
|
|
6683
|
+
*
|
|
6684
|
+
* @tags SecurityService
|
|
6685
|
+
* @name CheckLimitsForUser
|
|
6686
|
+
* @operationId SecurityServiceController_CheckLimitsForUser
|
|
6687
|
+
* @summary Get limits of workspace.
|
|
6688
|
+
* @request GET:/security/limits/user/{userName}
|
|
6689
|
+
* @response `200` OK
|
|
6690
|
+
*/
|
|
6691
|
+
|
|
6692
|
+
}, {
|
|
6693
|
+
key: "checkLimitsForUser",
|
|
6694
|
+
value: function checkLimitsForUser(userName) {
|
|
6695
|
+
return this.http.get("/security/limits/user/" + userName).json();
|
|
6696
|
+
}
|
|
6697
|
+
/**
|
|
6698
|
+
* No description
|
|
6699
|
+
*
|
|
6700
|
+
* @tags SecurityService
|
|
6701
|
+
* @name CheckLimitsForRole
|
|
6702
|
+
* @operationId SecurityServiceController_CheckLimitsForRole
|
|
6703
|
+
* @summary Get limits of workspace.
|
|
6704
|
+
* @request GET:/security/limits/role/{roleName}
|
|
6705
|
+
* @response `200` OK
|
|
6706
|
+
*/
|
|
6707
|
+
|
|
6708
|
+
}, {
|
|
6709
|
+
key: "checkLimitsForRole",
|
|
6710
|
+
value: function checkLimitsForRole(roleName) {
|
|
6711
|
+
return this.http.get("/security/limits/role/" + roleName).json();
|
|
6712
|
+
}
|
|
6713
|
+
/**
|
|
6714
|
+
* No description
|
|
6715
|
+
*
|
|
6716
|
+
* @tags SecurityService
|
|
6717
|
+
* @name GetDefaultLimits
|
|
6718
|
+
* @operationId SecurityServiceController_GetDefaultLimits
|
|
6719
|
+
* @summary Get default limits of workspace.
|
|
6720
|
+
* @request GET:/security/limits/default
|
|
6721
|
+
* @response `200` OK
|
|
6722
|
+
*/
|
|
6723
|
+
|
|
6724
|
+
}, {
|
|
6725
|
+
key: "getDefaultLimits",
|
|
6726
|
+
value: function getDefaultLimits() {
|
|
6727
|
+
return this.http.get("/security/limits/default").json();
|
|
6728
|
+
}
|
|
6729
6729
|
}]);
|
|
6730
6730
|
|
|
6731
6731
|
return SecurityService;
|