@springtree/eva-services-core-management 2.28.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.
|
@@ -3623,6 +3623,19 @@ If available a Description and/or DefaultValue will be returned
|
|
|
3623
3623
|
request?: EVA.Core.Management.GetAvailableShippingMethodHandlers;
|
|
3624
3624
|
response?: EVA.Core.Management.GetAvailableShippingMethodHandlersResponse;
|
|
3625
3625
|
}
|
|
3626
|
+
/**
|
|
3627
|
+
* Returns available survey after effects.
|
|
3628
|
+
*
|
|
3629
|
+
* @export
|
|
3630
|
+
* @class GetAvailableSurveyAfterEffectTypes
|
|
3631
|
+
* @implements {EvaService}
|
|
3632
|
+
*/
|
|
3633
|
+
class GetAvailableSurveyAfterEffectTypes implements IEvaServiceDefinition {
|
|
3634
|
+
name: string;
|
|
3635
|
+
path: string;
|
|
3636
|
+
request?: EVA.Core.Management.GetAvailableSurveyAfterEffectTypes;
|
|
3637
|
+
response?: EVA.Core.Management.GetAvailableSurveyAfterEffectTypesResponse;
|
|
3638
|
+
}
|
|
3626
3639
|
/**
|
|
3627
3640
|
* Returns available survey distribution handlers.
|
|
3628
3641
|
*
|
|
@@ -3662,6 +3675,19 @@ If available a Description and/or DefaultValue will be returned
|
|
|
3662
3675
|
request?: EVA.Core.Management.GetAvailableSurveys;
|
|
3663
3676
|
response?: EVA.Core.Management.GetAvailableSurveysResponse;
|
|
3664
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
|
+
}
|
|
3665
3691
|
/**
|
|
3666
3692
|
* Get the available UserProperties on which requirements can be set.
|
|
3667
3693
|
*
|