@springtree/eva-services-core-management 2.33.0 → 2.34.0
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.
|
@@ -4055,19 +4055,6 @@ At this moment the supported DeviceTypes are:
|
|
|
4055
4055
|
request?: EVA.Core.Management.GetEmployeeData;
|
|
4056
4056
|
response?: EVA.Core.Management.GetEmployeeDataResponse;
|
|
4057
4057
|
}
|
|
4058
|
-
/**
|
|
4059
|
-
* Fetch a users employee data by `ID`.
|
|
4060
|
-
*
|
|
4061
|
-
* @export
|
|
4062
|
-
* @class GetEmployeeDataByID
|
|
4063
|
-
* @implements {EvaService}
|
|
4064
|
-
*/
|
|
4065
|
-
class GetEmployeeDataByID implements IEvaServiceDefinition {
|
|
4066
|
-
name: string;
|
|
4067
|
-
path: string;
|
|
4068
|
-
request?: EVA.Core.Management.GetEmployeeDataByID;
|
|
4069
|
-
response?: EVA.Core.Management.GetEmployeeDataResponse;
|
|
4070
|
-
}
|
|
4071
4058
|
/**
|
|
4072
4059
|
* Service for retrieving an existing `EndpointConfiguration`.
|
|
4073
4060
|
*
|
|
@@ -5644,19 +5631,6 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
5644
5631
|
request?: EVA.Core.Management.ListDiscountUserUsageReloadStrategies;
|
|
5645
5632
|
response?: EVA.Core.Management.ListDiscountUserUsageReloadStrategiesResponse;
|
|
5646
5633
|
}
|
|
5647
|
-
/**
|
|
5648
|
-
* List a users employee data.
|
|
5649
|
-
*
|
|
5650
|
-
* @export
|
|
5651
|
-
* @class ListEmployeeDatas
|
|
5652
|
-
* @implements {EvaService}
|
|
5653
|
-
*/
|
|
5654
|
-
class ListEmployeeDatas implements IEvaServiceDefinition {
|
|
5655
|
-
name: string;
|
|
5656
|
-
path: string;
|
|
5657
|
-
request?: EVA.Core.Management.ListEmployeeDatas;
|
|
5658
|
-
response?: EVA.Core.Management.ListEmployeeDatasResponse;
|
|
5659
|
-
}
|
|
5660
5634
|
/**
|
|
5661
5635
|
* List all entity field validator entities and entity names
|
|
5662
5636
|
*
|