@evergis/api 3.0.43 → 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.
- package/dist/__generated__/data-contracts.d.ts +52 -0
- package/dist/api.cjs.development.js +1 -0
- 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 +3 -0
- package/dist/api.esm.js.map +1 -1
- package/package.json +3 -2
|
@@ -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. */
|
|
@@ -2716,6 +2736,8 @@ write
|
|
|
2716
2736
|
|
|
2717
2737
|
read
|
|
2718
2738
|
|
|
2739
|
+
read,configure
|
|
2740
|
+
|
|
2719
2741
|
read,write
|
|
2720
2742
|
|
|
2721
2743
|
read,write,configure
|
|
@@ -2725,6 +2747,7 @@ export declare enum Permissions {
|
|
|
2725
2747
|
Configure = "configure",
|
|
2726
2748
|
Write = "write",
|
|
2727
2749
|
Read = "read",
|
|
2750
|
+
ReadConfigure = "read,configure",
|
|
2728
2751
|
ReadWrite = "read,write",
|
|
2729
2752
|
All = "read,write,configure"
|
|
2730
2753
|
}
|
|
@@ -2986,6 +3009,8 @@ export interface ProjectInfoPubDc {
|
|
|
2986
3009
|
*
|
|
2987
3010
|
* read
|
|
2988
3011
|
*
|
|
3012
|
+
* read,configure
|
|
3013
|
+
*
|
|
2989
3014
|
* read,write
|
|
2990
3015
|
*
|
|
2991
3016
|
* read,write,configure
|
|
@@ -3235,6 +3260,8 @@ export interface ResourceInfoDc {
|
|
|
3235
3260
|
*
|
|
3236
3261
|
* read
|
|
3237
3262
|
*
|
|
3263
|
+
* read,configure
|
|
3264
|
+
*
|
|
3238
3265
|
* read,write
|
|
3239
3266
|
*
|
|
3240
3267
|
* read,write,configure
|
|
@@ -3291,6 +3318,21 @@ export interface RoleInfoDc {
|
|
|
3291
3318
|
* @format int32
|
|
3292
3319
|
*/
|
|
3293
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;
|
|
3294
3336
|
}
|
|
3295
3337
|
/**
|
|
3296
3338
|
* Roles permission.
|
|
@@ -3309,6 +3351,8 @@ export interface RolePermissionDc {
|
|
|
3309
3351
|
*
|
|
3310
3352
|
* read
|
|
3311
3353
|
*
|
|
3354
|
+
* read,configure
|
|
3355
|
+
*
|
|
3312
3356
|
* read,write
|
|
3313
3357
|
*
|
|
3314
3358
|
* read,write,configure
|
|
@@ -3573,6 +3617,8 @@ export interface ServiceInfoPubDc {
|
|
|
3573
3617
|
*
|
|
3574
3618
|
* read
|
|
3575
3619
|
*
|
|
3620
|
+
* read,configure
|
|
3621
|
+
*
|
|
3576
3622
|
* read,write
|
|
3577
3623
|
*
|
|
3578
3624
|
* read,write,configure
|
|
@@ -3609,6 +3655,8 @@ export interface ServiceListItemDc {
|
|
|
3609
3655
|
*
|
|
3610
3656
|
* read
|
|
3611
3657
|
*
|
|
3658
|
+
* read,configure
|
|
3659
|
+
*
|
|
3612
3660
|
* read,write
|
|
3613
3661
|
*
|
|
3614
3662
|
* read,write,configure
|
|
@@ -3788,6 +3836,8 @@ export interface SharedProjectInfoDc {
|
|
|
3788
3836
|
*
|
|
3789
3837
|
* read
|
|
3790
3838
|
*
|
|
3839
|
+
* read,configure
|
|
3840
|
+
*
|
|
3791
3841
|
* read,write
|
|
3792
3842
|
*
|
|
3793
3843
|
* read,write,configure
|
|
@@ -4019,6 +4069,8 @@ export interface TableInfoPubDc {
|
|
|
4019
4069
|
*
|
|
4020
4070
|
* read
|
|
4021
4071
|
*
|
|
4072
|
+
* read,configure
|
|
4073
|
+
*
|
|
4022
4074
|
* read,write
|
|
4023
4075
|
*
|
|
4024
4076
|
* read,write,configure
|
|
@@ -6847,6 +6847,7 @@ function isFeatureLayer(layer) {
|
|
|
6847
6847
|
Permissions["Configure"] = "configure";
|
|
6848
6848
|
Permissions["Write"] = "write";
|
|
6849
6849
|
Permissions["Read"] = "read";
|
|
6850
|
+
Permissions["ReadConfigure"] = "read,configure";
|
|
6850
6851
|
Permissions["ReadWrite"] = "read,write";
|
|
6851
6852
|
Permissions["All"] = "read,write,configure";
|
|
6852
6853
|
})(exports.Permissions || (exports.Permissions = {}));
|