@springtree/eva-services-core-management 2.28.0 → 2.29.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
|
*
|