@evergis/api 4.0.10 → 4.0.12

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.
@@ -1,4 +1,4 @@
1
- import { FilterCreationResponseDc, FilterDc } from './data-contracts';
1
+ import { FilterDc, FilterResponseDc } 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 FiltersService extends Service {
16
16
  * @request GET:/filters/{id}
17
17
  * @response `200` OK
18
18
  */
19
- get(id: string): Promise<string>;
19
+ get(id: string): Promise<FilterResponseDc>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -27,7 +27,7 @@ export declare class FiltersService extends Service {
27
27
  * @request POST:/filters/{id}
28
28
  * @response `200` OK
29
29
  */
30
- update(id: string, data: FilterDc): Promise<FilterCreationResponseDc>;
30
+ update(id: string, data: FilterDc): Promise<FilterResponseDc>;
31
31
  /**
32
32
  * No description
33
33
  *
@@ -38,5 +38,5 @@ export declare class FiltersService extends Service {
38
38
  * @request POST:/filters
39
39
  * @response `200` OK
40
40
  */
41
- create(data: FilterDc): Promise<FilterCreationResponseDc>;
41
+ create(data: FilterDc): Promise<FilterResponseDc>;
42
42
  }
@@ -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, GetRasterMetaParams5, 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';
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, GetRasterMetaParams10, 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
@@ -500,7 +500,7 @@ export declare class LayersService extends Service {
500
500
  * @request GET:/layers/{name}/{id}/metadata
501
501
  * @response `200` OK
502
502
  */
503
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams5): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
503
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams10): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
504
504
  /**
505
505
  * No description
506
506
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, DeleteResourcesParams3, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
1
+ import { BulkOperationResultDc, DeleteResourcesParams6, 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
@@ -38,7 +38,7 @@ export declare class ProjectsService extends Service {
38
38
  * @request DELETE:/projects
39
39
  * @response `200` OK
40
40
  */
41
- deleteResources(query: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -83,6 +83,17 @@ export declare class SecurityService extends Service {
83
83
  * @response `200` OK
84
84
  */
85
85
  setPolicy(data: PolicyDc): Promise<void>;
86
+ /**
87
+ * No description
88
+ *
89
+ * @tags SecurityService
90
+ * @name OldCheckLimits
91
+ * @operationId SecurityServiceController_OldCheckLimits
92
+ * @summary Get limits of workspace.
93
+ * @request GET:/security/checkLimits/{userName}
94
+ * @response `200` OK
95
+ */
96
+ oldCheckLimits(userName: string | null): Promise<WorkspaceLimitsDc>;
86
97
  /**
87
98
  * No description
88
99
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams2, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams9, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -38,7 +38,7 @@ export declare class StatisticService extends Service {
38
38
  * @request GET:/statistics/classify
39
39
  * @response `200` OK
40
40
  */
41
- classify(query: ClassifyParams2): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams9): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams7, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
1
+ import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams9, 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
@@ -38,7 +38,7 @@ export declare class TablesService extends Service {
38
38
  * @request DELETE:/tables
39
39
  * @response `200` OK
40
40
  */
41
- deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams8, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
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
@@ -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: GetCapabilitiesParams8): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams5): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -1977,7 +1977,7 @@ export interface FailedServiceInfoDc {
1977
1977
  */
1978
1978
  export interface FeatureDc {
1979
1979
  /** Feature geometry definition. */
1980
- geometry?: EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
1980
+ geometry?: EnvelopeDc | PolygonDc | PolylineDc | MultiPointDc | PointDc;
1981
1981
  /** Feature attributes collection. */
1982
1982
  attributes: Record<string, any>;
1983
1983
  /** Feature unique identifier. */
@@ -2167,19 +2167,23 @@ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
2167
2167
  vOffset?: CalculatedParameterDc | null;
2168
2168
  hOffset?: CalculatedParameterDc | null;
2169
2169
  };
2170
- /**
2171
- * Server response for the creation of a filter in filter service.
2172
- */
2173
- export interface FilterCreationResponseDc {
2174
- /** Id of the filter. */
2175
- id?: string;
2176
- }
2177
2170
  /**
2178
2171
  * Provides filter data contract.
2179
2172
  */
2180
2173
  export interface FilterDc {
2181
2174
  /** Filter string to save. */
2182
2175
  filterString: string;
2176
+ /** Filter conditions. */
2177
+ conditions?: string[];
2178
+ }
2179
+ /**
2180
+ * Server response for the creation of a filter in filter service.
2181
+ */
2182
+ export interface FilterResponseDc {
2183
+ /** Id of the filter. */
2184
+ id?: string;
2185
+ /** Filter conditions. */
2186
+ conditions?: string[];
2183
2187
  }
2184
2188
  /**
2185
2189
  * Sets whether font should be styled.
@@ -2267,7 +2271,7 @@ export interface GeocodeResultDc {
2267
2271
  /** The position at the map in [X, Y] format. */
2268
2272
  center?: PositionDc;
2269
2273
  /** Result geometry. */
2270
- geometry?: EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
2274
+ geometry?: EnvelopeDc | PolygonDc | PolylineDc | MultiPointDc | PointDc;
2271
2275
  }
2272
2276
  /**
2273
2277
  * Geocode suggest result.
@@ -2346,6 +2350,10 @@ export interface GetBulkFeaturesParametersDc {
2346
2350
  layerName?: string;
2347
2351
  /** Sets features filtering query. */
2348
2352
  query?: string;
2353
+ /** Collection of filtering conditions. */
2354
+ conditions?: string[];
2355
+ /** Features filtering query parameters. */
2356
+ parameters?: Record<string, any>;
2349
2357
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
2350
2358
  dataFilterId?: string;
2351
2359
  /** Click geometry. */
@@ -2388,6 +2396,8 @@ export interface GetClassifyDc {
2388
2396
  attributeName: string;
2389
2397
  /** Layer condition. */
2390
2398
  condition?: string;
2399
+ /** Collection of filtering conditions. */
2400
+ conditions?: string[];
2391
2401
  /**
2392
2402
  * The number of classes.
2393
2403
  * @format int32
@@ -2427,8 +2437,14 @@ export interface GetClassifyDc {
2427
2437
  * Get features paramaters.
2428
2438
  */
2429
2439
  export interface GetFeaturesParametersDc {
2430
- /** Sets features filtering query. */
2440
+ /** Features filtering query. */
2431
2441
  query?: string;
2442
+ /** Collection of filtering conditions. */
2443
+ conditions?: string[];
2444
+ /** Features filtering query parameters. */
2445
+ parameters?: Record<string, any>;
2446
+ /** Query geometry data contract. */
2447
+ geometries?: QueryGeometryDc;
2432
2448
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
2433
2449
  dataFilterId?: string;
2434
2450
  /** Click geometry. */
@@ -2467,6 +2483,8 @@ export interface GetFeaturesParametersDc {
2467
2483
  export interface GetFilteredFeaturesCountDc {
2468
2484
  /** Layer condition. */
2469
2485
  condition?: string;
2486
+ /** Collection of filtering conditions. */
2487
+ conditions?: string[];
2470
2488
  }
2471
2489
  /**
2472
2490
  * Get statistics data contract.
@@ -2478,6 +2496,8 @@ export interface GetStatisticsDc {
2478
2496
  attributeName: string;
2479
2497
  /** Condition. */
2480
2498
  condition?: string;
2499
+ /** Collection of filtering conditions. */
2500
+ conditions?: string[];
2481
2501
  /** Type of required statistic function. */
2482
2502
  types?: AggregationFunction[];
2483
2503
  }
@@ -2491,6 +2511,8 @@ export interface GetSumOfProductDc {
2491
2511
  attributes: string[];
2492
2512
  /** Layer condition. */
2493
2513
  condition?: string;
2514
+ /** Collection of filtering conditions. */
2515
+ conditions?: string[];
2494
2516
  }
2495
2517
  /**
2496
2518
  * Map element data contract.
@@ -2798,7 +2820,7 @@ export interface LayerModelDc {
2798
2820
  */
2799
2821
  layerOpacity?: number;
2800
2822
  /** Condition to apply to the layer to filter the features. */
2801
- condition?: string;
2823
+ conditions?: string[];
2802
2824
  /** Id of the override style to apply to the layer. If not set, the layer original style is used. */
2803
2825
  styleId?: string;
2804
2826
  /** Id of the override data filter to apply to the layer. If not set, the layer original data filter is used. */
@@ -3519,12 +3541,6 @@ export declare enum PolicyType {
3519
3541
  MaxUploadContentSize = "MaxUploadContentSize",
3520
3542
  MaxEqlQueryParametersValues = "MaxEqlQueryParametersValues"
3521
3543
  }
3522
- /**
3523
- * Polyline and Polygon base geometry object definition.
3524
- */
3525
- export declare type PolyDc = GeometryDc & {
3526
- coordinates: PositionDc[][];
3527
- };
3528
3544
  /**
3529
3545
  * Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
3530
3546
  */
@@ -3535,8 +3551,9 @@ export declare type PolygonCenterLabelSymbolDc = LabelSymbolDc & {
3535
3551
  /**
3536
3552
  * Polygon geometry object definition.
3537
3553
  */
3538
- export declare type PolygonDc = PolyDc & {
3554
+ export declare type PolygonDc = GeometryDc & {
3539
3555
  type?: GeometryType;
3556
+ coordinates: PositionDc[][];
3540
3557
  };
3541
3558
  /**
3542
3559
  * <inheritdoc cref="T:SPCore.Kernel.Rendering.Symbols.Adv.PolygonGridSymbol" />
@@ -3566,8 +3583,9 @@ export declare type PolygonSymbolDc = SymbolDc & {
3566
3583
  /**
3567
3584
  * Polyline geometry object definition.
3568
3585
  */
3569
- export declare type PolylineDc = PolyDc & {
3586
+ export declare type PolylineDc = GeometryDc & {
3570
3587
  type?: GeometryType;
3588
+ coordinates: PositionDc[][];
3571
3589
  };
3572
3590
  /**
3573
3591
  * Label for polyline objects. It is drawn repeatedly along a line.
@@ -3670,6 +3688,8 @@ export interface ProjectConfigurationDc {
3670
3688
  clientData?: any;
3671
3689
  /** Card configuration. Storage isn't used by server. */
3672
3690
  dashboardConfiguration?: any;
3691
+ /** Developer configuration. */
3692
+ devConfiguration?: any;
3673
3693
  /** Project information. Storage isn't used by server. */
3674
3694
  projectInfo?: any;
3675
3695
  /** Project content items configurations. */
@@ -3945,6 +3965,29 @@ export declare enum Quality {
3945
3965
  Medium = "Medium",
3946
3966
  High = "High"
3947
3967
  }
3968
+ /**
3969
+ * Query geometry data contract.
3970
+ */
3971
+ export interface QueryGeometryDc {
3972
+ /** Query geometry operation data contract. */
3973
+ operation?: QueryGeometryOperationDc;
3974
+ /** Geometry in EWKT format. */
3975
+ geometry?: string;
3976
+ }
3977
+ /**
3978
+ * Query geometry operation data contract.
3979
+ */
3980
+ export interface QueryGeometryOperationDc {
3981
+ /** Name. */
3982
+ name?: string;
3983
+ /**
3984
+ * Buffer size.
3985
+ * @format int32
3986
+ */
3987
+ buffer?: number;
3988
+ /** Additional parameters. */
3989
+ parameters?: Record<string, any>;
3990
+ }
3948
3991
  /**
3949
3992
  * Configuration of a postgres feature layer service.
3950
3993
  */
@@ -6269,7 +6312,7 @@ export declare type TracksSymbolDc = TrackSymbolBaseDc & {
6269
6312
  */
6270
6313
  export interface UpdateFeatureDc {
6271
6314
  /** Feature geometry definition. */
6272
- geometry?: EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
6315
+ geometry?: EnvelopeDc | PolygonDc | PolylineDc | MultiPointDc | PointDc;
6273
6316
  /** Feature attributes collection. */
6274
6317
  attributes?: Record<string, any>;
6275
6318
  /** Feature unique identifier. */
@@ -7334,7 +7377,7 @@ export interface GetByIdParams {
7334
7377
  /**
7335
7378
  * Geometry data contract.
7336
7379
  */
7337
- export declare type UnitePayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
7380
+ export declare type UnitePayload = EnvelopeDc | PolygonDc | PolylineDc | MultiPointDc | PointDc;
7338
7381
  export interface UniteParams {
7339
7382
  /**
7340
7383
  * Spatial reference of result feature.
@@ -7349,7 +7392,7 @@ export interface UniteParams {
7349
7392
  /**
7350
7393
  * Geometry data contract.
7351
7394
  */
7352
- export declare type SubtractPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
7395
+ export declare type SubtractPayload = EnvelopeDc | PolygonDc | PolylineDc | MultiPointDc | PointDc;
7353
7396
  export interface SubtractParams {
7354
7397
  /**
7355
7398
  * Spatial reference id of result features.
@@ -7609,7 +7652,7 @@ export interface ValidateExpressionParams {
7609
7652
  /** Layer name. */
7610
7653
  layerName: string;
7611
7654
  }
7612
- export interface GetRasterMetaParams5 {
7655
+ export interface GetRasterMetaParams10 {
7613
7656
  /**
7614
7657
  * Min value for build histogram.
7615
7658
  * @format double
@@ -7688,7 +7731,7 @@ export interface GetProjectsListParams {
7688
7731
  /** Filter layers by set of tags. */
7689
7732
  tags?: string[];
7690
7733
  }
7691
- export interface DeleteResourcesParams3 {
7734
+ export interface DeleteResourcesParams6 {
7692
7735
  /** Resource names. */
7693
7736
  names?: string[];
7694
7737
  }
@@ -7887,7 +7930,7 @@ export interface StatisticsDbParams {
7887
7930
  */
7888
7931
  types?: AggregationFunction[];
7889
7932
  }
7890
- export interface ClassifyParams2 {
7933
+ export interface ClassifyParams9 {
7891
7934
  /** Layer name. */
7892
7935
  name: string;
7893
7936
  /** Attribute name. */
@@ -8019,7 +8062,7 @@ export interface GetTableListParams {
8019
8062
  /** All available permissions list. */
8020
8063
  acl?: string;
8021
8064
  }
8022
- export interface DeleteResourcesParams7 {
8065
+ export interface DeleteResourcesParams9 {
8023
8066
  /** Resource names. */
8024
8067
  names?: string[];
8025
8068
  }
@@ -8134,7 +8177,7 @@ export interface GetPublicCapabilitiesParams {
8134
8177
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8135
8178
  AcceptFormats?: string[];
8136
8179
  }
8137
- export interface GetCapabilitiesParams8 {
8180
+ export interface GetCapabilitiesParams5 {
8138
8181
  /** Output format of service metadata. */
8139
8182
  Format?: string;
8140
8183
  /** Must be WMS. */
@@ -2787,7 +2787,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2787
2787
  * @response `200` OK
2788
2788
  */
2789
2789
  function get(id) {
2790
- return this.http.get("/filters/" + id).text();
2790
+ return this.http.get("/filters/" + id).json();
2791
2791
  }
2792
2792
  /**
2793
2793
  * No description
@@ -5881,6 +5881,22 @@ let SecurityService = /*#__PURE__*/function (_Service) {
5881
5881
  value: function setPolicy(data) {
5882
5882
  return this.http.post("/security/policies", data).then(() => {});
5883
5883
  }
5884
+ /**
5885
+ * No description
5886
+ *
5887
+ * @tags SecurityService
5888
+ * @name OldCheckLimits
5889
+ * @operationId SecurityServiceController_OldCheckLimits
5890
+ * @summary Get limits of workspace.
5891
+ * @request GET:/security/checkLimits/{userName}
5892
+ * @response `200` OK
5893
+ */
5894
+
5895
+ }, {
5896
+ key: "oldCheckLimits",
5897
+ value: function oldCheckLimits(userName) {
5898
+ return this.http.get("/security/checkLimits/" + userName).json();
5899
+ }
5884
5900
  /**
5885
5901
  * No description
5886
5902
  *