@evergis/api 3.0.40 → 3.0.44

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.
Files changed (31) hide show
  1. package/dist/__generated__/AccountPreviewService.d.ts +1 -1
  2. package/dist/__generated__/AccountService.d.ts +14 -3
  3. package/dist/__generated__/AutosharedListService.d.ts +1 -1
  4. package/dist/__generated__/ClientSettingsService.d.ts +1 -1
  5. package/dist/__generated__/ExternalProvidersService.d.ts +2 -2
  6. package/dist/__generated__/FavoritesService.d.ts +1 -1
  7. package/dist/__generated__/FeedbackService.d.ts +1 -1
  8. package/dist/__generated__/GeneralService.d.ts +1 -1
  9. package/dist/__generated__/GeocodeService.d.ts +1 -1
  10. package/dist/__generated__/ImportService.d.ts +1 -1
  11. package/dist/__generated__/LayersService.d.ts +1 -1
  12. package/dist/__generated__/NamespaceService.d.ts +1 -1
  13. package/dist/__generated__/NotificationService.d.ts +1 -1
  14. package/dist/__generated__/PrintService.d.ts +1 -1
  15. package/dist/__generated__/ProjectsService.d.ts +1 -1
  16. package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
  17. package/dist/__generated__/SchedulerService.d.ts +1 -1
  18. package/dist/__generated__/ScriptsService.d.ts +1 -1
  19. package/dist/__generated__/SecurityService.d.ts +3 -3
  20. package/dist/__generated__/StaticContentService.d.ts +1 -1
  21. package/dist/__generated__/StyleService.d.ts +1 -1
  22. package/dist/__generated__/TablesService.d.ts +1 -1
  23. package/dist/__generated__/ToolsService.d.ts +1 -1
  24. package/dist/__generated__/data-contracts.d.ts +132 -6
  25. package/dist/api.cjs.development.js +38 -21
  26. package/dist/api.cjs.development.js.map +1 -1
  27. package/dist/api.cjs.production.min.js +1 -1
  28. package/dist/api.cjs.production.min.js.map +1 -1
  29. package/dist/api.esm.js +40 -21
  30. package/dist/api.esm.js.map +1 -1
  31. package/package.json +4 -3
@@ -2,7 +2,7 @@ import { FileUploadResponse, UploadPreviewPayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class AccountPreviewService extends Service {
@@ -1,8 +1,8 @@
1
- import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, ConfirmEmail1Params, CreateRoleDc, CreateUserDc, CreateUserParams, ExtendedUserInfoDc, GetRolesParams, GetUsersParams, IsEmailExistsParams, IsUsernameExistsParams, ListResponseString, ListResponseUserInfoDc, LoginDc, RegisterUserDc, ResetPasswordCallbackPayload, ResetPasswordParams, SetEmailPayload, SetUserPasswordPayload, UpdateRoleDc, UpdateUserDc, UsedProjectDc, UserInfoDc } from './data-contracts';
1
+ import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, ConfirmEmail1Params, CreateRoleDc, CreateUserDc, CreateUserParams, ExtendedUserInfoDc, GetExtendedUsersParams, GetRolesParams, GetUsersParams, IsEmailExistsParams, IsUsernameExistsParams, ListResponseExtendedUserInfoDc, ListResponseRoleInfoDc, ListResponseUserInfoDc, LoginDc, RegisterUserDc, ResetPasswordCallbackPayload, ResetPasswordParams, SetEmailPayload, SetUserPasswordPayload, UpdateRoleDc, UpdateUserDc, UsedProjectDc, UserInfoDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class AccountService extends Service {
@@ -17,6 +17,17 @@ export declare class AccountService extends Service {
17
17
  * @response `200` Success
18
18
  */
19
19
  getUsers(query: GetUsersParams): Promise<ListResponseUserInfoDc>;
20
+ /**
21
+ * No description
22
+ *
23
+ * @tags Account
24
+ * @name GetExtendedUsers
25
+ * @operationId AccountController_GetExtendedUsers
26
+ * @summary Returns the list of extended users informations that correspond to the given conditions.
27
+ * @request GET:/account/user/extendedlist
28
+ * @response `200` Success
29
+ */
30
+ getExtendedUsers(query: GetExtendedUsersParams): Promise<ListResponseExtendedUserInfoDc>;
20
31
  /**
21
32
  * No description
22
33
  *
@@ -280,7 +291,7 @@ export declare class AccountService extends Service {
280
291
  * @request GET:/account/role/list
281
292
  * @response `200` Success
282
293
  */
283
- getRoles(query: GetRolesParams): Promise<ListResponseString>;
294
+ getRoles(query: GetRolesParams): Promise<ListResponseRoleInfoDc>;
284
295
  /**
285
296
  * No description
286
297
  *
@@ -2,7 +2,7 @@ import { AutoshareListDc, IsAutoshareListExistsParams, RemoveAutosharedListParam
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class AutosharedListService extends Service {
@@ -2,7 +2,7 @@ import { ConfigInfo, CreateConfigDc, CreateValueDc, CreateVariableDc, GetConfig1
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ClientSettingsService extends Service {
@@ -1,7 +1,7 @@
1
1
  import { Service } from './Service';
2
2
  /**
3
3
  * @title Spatial Processing Core API
4
- * @version v0.5.1.2
4
+ * @version v0.6.0
5
5
  * @baseUrl /sp
6
6
  */
7
7
  export declare class ExternalProvidersService extends Service {
@@ -48,7 +48,7 @@ export declare class ExternalProvidersService extends Service {
48
48
  * @request GET:/account/external/login/callback
49
49
  * @response `200` Success
50
50
  */
51
- loginCallback(): Promise<string>;
51
+ loginCallback(): Promise<void>;
52
52
  /**
53
53
  * No description
54
54
  *
@@ -2,7 +2,7 @@ import { AddFavoritesPayload, RemoveFavoritesParams, ResourceTypeLink } from './
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class FavoritesService extends Service {
@@ -2,7 +2,7 @@ import { IncreaseResourcesLimitParams, MoreSymbolsParams } from './data-contract
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class FeedbackService extends Service {
@@ -2,7 +2,7 @@ import { FunctionInfoDc, ServerInfoDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class GeneralService extends Service {
@@ -2,7 +2,7 @@ import { GeocodeByPointParams, GeocodeParams, GeocodeResultDc, GeocodeSuggestRes
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class GeocodeService extends Service {
@@ -2,7 +2,7 @@ import { GetCsvDataSchemaParams, GetDataSchemaParams, GetExcelDataSchemaParams,
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ImportService extends Service {
@@ -2,7 +2,7 @@ import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc,
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class LayersService extends Service {
@@ -2,7 +2,7 @@ import { CreateNamespaceParams, GetNamespacesParams, ListResponseNamespaceInfoDc
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class NamespaceService extends Service {
@@ -2,7 +2,7 @@ import { SubscribeListOperationPayload, SubscribeOperationParams, UnsubscribeLis
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class NotificationService extends Service {
@@ -2,7 +2,7 @@ import { PrintPayload, PrintToHtmlPayload, UploadTemplateParams, UploadTemplateP
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class PrintService extends Service {
@@ -2,7 +2,7 @@ import { AccessControlListDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo,
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ProjectsService extends Service {
@@ -2,7 +2,7 @@ import { AddResourcesParams, AddResourcesPayload, CatalogDataDc, CopyResourceRes
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ResourceCatalogService extends Service {
@@ -2,7 +2,7 @@ import { AggregateTaskParametersDc, AvailabilityAreaTaskDc, BufferTaskParameters
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class SchedulerService extends Service {
@@ -2,7 +2,7 @@ import { UploadScriptFilePayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ScriptsService extends Service {
@@ -1,8 +1,8 @@
1
- import { FindUserByNameParams, GetPolicyListParams, PolicyDc, RemovePolicyParams } from './data-contracts';
1
+ import { FindUserByNameParams, GetPolicyListParams, PolicyDc, RemovePolicyParams, SearchedUserDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class SecurityService extends Service {
@@ -16,7 +16,7 @@ export declare class SecurityService extends Service {
16
16
  * @request GET:/security/users
17
17
  * @response `200` Success
18
18
  */
19
- findUserByName(query: FindUserByNameParams): Promise<string[]>;
19
+ findUserByName(query: FindUserByNameParams): Promise<SearchedUserDc[]>;
20
20
  /**
21
21
  * @description This method requires superuser permission.
22
22
  *
@@ -2,7 +2,7 @@ import { DownloadFileParams, FileUploadResponse, UploadFilePayload } from './dat
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class StaticContentService extends Service {
@@ -2,7 +2,7 @@ import { StyleCreationResponseDc, StyleDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class StyleService extends Service {
@@ -2,7 +2,7 @@ import { AccessControlListDc, DeleteTableDataParams, DetailedTableInfoDc, FileUp
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class TablesService extends Service {
@@ -2,7 +2,7 @@ import { AccessControlListDc, CreateToolGroupDc, EditToolGroupDc, EditToolGroups
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
- * @version v0.5.1.2
5
+ * @version v0.6.0
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class ToolsService extends Service {
@@ -1477,6 +1477,26 @@ export interface ExtendedUserInfoDc {
1477
1477
  company?: string;
1478
1478
  /** Position. */
1479
1479
  position?: string;
1480
+ /**
1481
+ * Gets or sets date and time of creation.
1482
+ * @format date-time
1483
+ */
1484
+ dtCreate?: string;
1485
+ /**
1486
+ * Gets or sets date and time of last modifing.
1487
+ * @format date-time
1488
+ */
1489
+ dtModify?: string;
1490
+ /**
1491
+ * Gets or sets date and time of last log in.
1492
+ * @format date-time
1493
+ */
1494
+ dtLastLogin?: string;
1495
+ /**
1496
+ * Gets or sets id of modified user.
1497
+ * @format int32
1498
+ */
1499
+ idModifyUser?: number;
1480
1500
  /** Information about connected social networks. */
1481
1501
  social?: SocialNetworkInfoDc[];
1482
1502
  /** Username. */
@@ -2301,6 +2321,19 @@ export declare enum LineEndingType {
2301
2321
  Circle = "circle",
2302
2322
  FilledCircle = "filledCircle"
2303
2323
  }
2324
+ /**
2325
+ * The response that contains a paged list of items.
2326
+ */
2327
+ export interface ListResponseExtendedUserInfoDc {
2328
+ /** The items of the response. */
2329
+ items?: ExtendedUserInfoDc[];
2330
+ /** @format int64 */
2331
+ totalCount?: number;
2332
+ /** @format int64 */
2333
+ offset?: number;
2334
+ /** @format int64 */
2335
+ limit?: number;
2336
+ }
2304
2337
  /**
2305
2338
  * The response that contains a paged list of items.
2306
2339
  */
@@ -2343,9 +2376,9 @@ export interface ListResponseProjectInfoPubDc {
2343
2376
  /**
2344
2377
  * The response that contains a paged list of items.
2345
2378
  */
2346
- export interface ListResponseServiceInfoPubDc {
2379
+ export interface ListResponseRoleInfoDc {
2347
2380
  /** The items of the response. */
2348
- items?: ServiceInfoPubDc[];
2381
+ items?: RoleInfoDc[];
2349
2382
  /** @format int64 */
2350
2383
  totalCount?: number;
2351
2384
  /** @format int64 */
@@ -2356,9 +2389,9 @@ export interface ListResponseServiceInfoPubDc {
2356
2389
  /**
2357
2390
  * The response that contains a paged list of items.
2358
2391
  */
2359
- export interface ListResponseServiceListItemDc {
2392
+ export interface ListResponseServiceInfoPubDc {
2360
2393
  /** The items of the response. */
2361
- items?: ServiceListItemDc[];
2394
+ items?: ServiceInfoPubDc[];
2362
2395
  /** @format int64 */
2363
2396
  totalCount?: number;
2364
2397
  /** @format int64 */
@@ -2369,9 +2402,9 @@ export interface ListResponseServiceListItemDc {
2369
2402
  /**
2370
2403
  * The response that contains a paged list of items.
2371
2404
  */
2372
- export interface ListResponseString {
2405
+ export interface ListResponseServiceListItemDc {
2373
2406
  /** The items of the response. */
2374
- items?: string[];
2407
+ items?: ServiceListItemDc[];
2375
2408
  /** @format int64 */
2376
2409
  totalCount?: number;
2377
2410
  /** @format int64 */
@@ -2703,6 +2736,8 @@ write
2703
2736
 
2704
2737
  read
2705
2738
 
2739
+ read,configure
2740
+
2706
2741
  read,write
2707
2742
 
2708
2743
  read,write,configure
@@ -2712,6 +2747,7 @@ export declare enum Permissions {
2712
2747
  Configure = "configure",
2713
2748
  Write = "write",
2714
2749
  Read = "read",
2750
+ ReadConfigure = "read,configure",
2715
2751
  ReadWrite = "read,write",
2716
2752
  All = "read,write,configure"
2717
2753
  }
@@ -2973,6 +3009,8 @@ export interface ProjectInfoPubDc {
2973
3009
  *
2974
3010
  * read
2975
3011
  *
3012
+ * read,configure
3013
+ *
2976
3014
  * read,write
2977
3015
  *
2978
3016
  * read,write,configure
@@ -3222,6 +3260,8 @@ export interface ResourceInfoDc {
3222
3260
  *
3223
3261
  * read
3224
3262
  *
3263
+ * read,configure
3264
+ *
3225
3265
  * read,write
3226
3266
  *
3227
3267
  * read,write,configure
@@ -3267,6 +3307,33 @@ export declare enum ResourceTypeLink {
3267
3307
  Layer = "layers",
3268
3308
  Project = "projects"
3269
3309
  }
3310
+ /**
3311
+ * Short role information.
3312
+ */
3313
+ export interface RoleInfoDc {
3314
+ /** Username. */
3315
+ name?: string;
3316
+ /**
3317
+ * The number of users in the role.
3318
+ * @format int32
3319
+ */
3320
+ usersInRole?: number;
3321
+ /**
3322
+ * Gets or sets date and time of creation.
3323
+ * @format date-time
3324
+ */
3325
+ dtCreate?: string;
3326
+ /**
3327
+ * Gets or sets date and time of last modifing.
3328
+ * @format date-time
3329
+ */
3330
+ dtModify?: string;
3331
+ /**
3332
+ * Gets or sets id of modified user.
3333
+ * @format int32
3334
+ */
3335
+ idModifyUser?: number;
3336
+ }
3270
3337
  /**
3271
3338
  * Roles permission.
3272
3339
  */
@@ -3284,6 +3351,8 @@ export interface RolePermissionDc {
3284
3351
  *
3285
3352
  * read
3286
3353
  *
3354
+ * read,configure
3355
+ *
3287
3356
  * read,write
3288
3357
  *
3289
3358
  * read,write,configure
@@ -3314,6 +3383,15 @@ export declare type ScaleBarElementDc = ModelElementDc & {
3314
3383
  font?: string;
3315
3384
  fontSize?: number;
3316
3385
  };
3386
+ /**
3387
+ * Suggest user information.
3388
+ */
3389
+ export interface SearchedUserDc {
3390
+ /** Username. */
3391
+ username?: string;
3392
+ /** Photo. */
3393
+ photo?: string;
3394
+ }
3317
3395
  /**
3318
3396
  * General information about the server.
3319
3397
  */
@@ -3377,6 +3455,13 @@ export interface ServiceConfigurationBaseDc {
3377
3455
  acl?: AccessControlListDc;
3378
3456
  /** Base64 encoded image - icon of the resource. */
3379
3457
  icon?: string;
3458
+ /**
3459
+ * <br>
3460
+ * If the owner user is set, a configuration will be created for that user.
3461
+ * Administrator permissions are required to perform this operation.
3462
+ *
3463
+ */
3464
+ owner?: string;
3380
3465
  }
3381
3466
  /**
3382
3467
  * Description of a service in the Spatial Processor.
@@ -3532,6 +3617,8 @@ export interface ServiceInfoPubDc {
3532
3617
  *
3533
3618
  * read
3534
3619
  *
3620
+ * read,configure
3621
+ *
3535
3622
  * read,write
3536
3623
  *
3537
3624
  * read,write,configure
@@ -3568,6 +3655,8 @@ export interface ServiceListItemDc {
3568
3655
  *
3569
3656
  * read
3570
3657
  *
3658
+ * read,configure
3659
+ *
3571
3660
  * read,write
3572
3661
  *
3573
3662
  * read,write,configure
@@ -3668,6 +3757,13 @@ export interface SharedProjectConfigurationDc {
3668
3757
  acl?: AccessControlListDc;
3669
3758
  /** Base64 encoded image - icon of the resource. */
3670
3759
  icon?: string;
3760
+ /**
3761
+ * <br>
3762
+ * If the owner user is set, a configuration will be created for that user.
3763
+ * Administrator permissions are required to perform this operation.
3764
+ *
3765
+ */
3766
+ owner?: string;
3671
3767
  }
3672
3768
  /**
3673
3769
  * The {SharedProjectInfoDc} describes shared project info data contract.
@@ -3740,6 +3836,8 @@ export interface SharedProjectInfoDc {
3740
3836
  *
3741
3837
  * read
3742
3838
  *
3839
+ * read,configure
3840
+ *
3743
3841
  * read,write
3744
3842
  *
3745
3843
  * read,write,configure
@@ -3971,6 +4069,8 @@ export interface TableInfoPubDc {
3971
4069
  *
3972
4070
  * read
3973
4071
  *
4072
+ * read,configure
4073
+ *
3974
4074
  * read,write
3975
4075
  *
3976
4076
  * read,write,configure
@@ -4974,6 +5074,30 @@ export interface WorkspaceLimitsDc {
4974
5074
  export interface GetUsersParams {
4975
5075
  /** String filter for the user name (uses % and _ wild cards like SQL). */
4976
5076
  filter?: string;
5077
+ /** Ordering property name. */
5078
+ orderBy?: string;
5079
+ /**
5080
+ * First index in the list to get.
5081
+ * @format int32
5082
+ */
5083
+ offset?: number;
5084
+ /**
5085
+ * Max number of entries in the returned list.
5086
+ * @format int32
5087
+ */
5088
+ limit?: number;
5089
+ /** If given, will retrieve only users that belong to one of the given username. */
5090
+ users?: string[];
5091
+ /** If given, will retrieve only users that belong to one of the given groups. */
5092
+ groups?: string[];
5093
+ /** If given, will retrieve only users that have one of the given roles. */
5094
+ roles?: string[];
5095
+ }
5096
+ export interface GetExtendedUsersParams {
5097
+ /** String filter for the user name (uses % and _ wild cards like SQL). */
5098
+ filter?: string;
5099
+ /** Ordering property name. */
5100
+ orderBy?: string;
4977
5101
  /**
4978
5102
  * First index in the list to get.
4979
5103
  * @format int32
@@ -5044,6 +5168,8 @@ export interface ResetPasswordCallbackPayload {
5044
5168
  export interface GetRolesParams {
5045
5169
  /** String filter for the role name (uses % and _ wild cards like SQL). */
5046
5170
  filter?: string;
5171
+ /** Ordering property name. */
5172
+ orderBy?: string;
5047
5173
  /** Include system roles (starts from '__'). */
5048
5174
  withSystem?: boolean;
5049
5175
  /**