@springtree/eva-services-core-management 2.29.0 → 2.30.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.
|
@@ -3675,6 +3675,19 @@ If available a Description and/or DefaultValue will be returned
|
|
|
3675
3675
|
request?: EVA.Core.Management.GetAvailableSurveys;
|
|
3676
3676
|
response?: EVA.Core.Management.GetAvailableSurveysResponse;
|
|
3677
3677
|
}
|
|
3678
|
+
/**
|
|
3679
|
+
* Get all available surveys for user and given context
|
|
3680
|
+
*
|
|
3681
|
+
* @export
|
|
3682
|
+
* @class GetAvailableSurveysForContext
|
|
3683
|
+
* @implements {EvaService}
|
|
3684
|
+
*/
|
|
3685
|
+
class GetAvailableSurveysForContext implements IEvaServiceDefinition {
|
|
3686
|
+
name: string;
|
|
3687
|
+
path: string;
|
|
3688
|
+
request?: EVA.Core.Management.GetAvailableSurveysForContext;
|
|
3689
|
+
response?: EVA.Core.Management.GetAvailableSurveysResponse;
|
|
3690
|
+
}
|
|
3678
3691
|
/**
|
|
3679
3692
|
* Get the available UserProperties on which requirements can be set.
|
|
3680
3693
|
*
|