@springtree/eva-services-core-management 2.35.0 → 2.36.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.
|
@@ -4996,6 +4996,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
4996
4996
|
request?: EVA.Core.Management.GetSurveyTranslatableItems;
|
|
4997
4997
|
response?: EVA.Core.Management.GetSurveyTranslatableItemsResponse;
|
|
4998
4998
|
}
|
|
4999
|
+
/**
|
|
5000
|
+
* Returns the translation status of the survey.
|
|
5001
|
+
*
|
|
5002
|
+
* @export
|
|
5003
|
+
* @class GetSurveyTranslationStatus
|
|
5004
|
+
* @implements {EvaService}
|
|
5005
|
+
*/
|
|
5006
|
+
class GetSurveyTranslationStatus implements IEvaServiceDefinition {
|
|
5007
|
+
name: string;
|
|
5008
|
+
path: string;
|
|
5009
|
+
request?: EVA.Core.Management.GetSurveyTranslationStatus;
|
|
5010
|
+
response?: EVA.Core.Management.GetSurveyTranslationStatusResponse;
|
|
5011
|
+
}
|
|
4999
5012
|
/**
|
|
5000
5013
|
* List the UnitOfMeasures
|
|
5001
5014
|
*
|