oro-sdk-apis 3.7.0 → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1083,9 +1083,9 @@ var DocumentType;
1083
1083
 
1084
1084
  var InputApplyFunctions;
1085
1085
  (function (InputApplyFunctions) {
1086
- InputApplyFunctions["MakeUpperCase"] = "MakeUpperCase";
1087
- InputApplyFunctions["MakeLowerCase"] = "MakeLowerCase";
1088
- InputApplyFunctions["RemoveAllSpaces"] = "RemoveAllSpaces";
1086
+ InputApplyFunctions["AllUpperCase"] = "AllUpperCase";
1087
+ InputApplyFunctions["AllLowerCase"] = "AllLowerCase";
1088
+ InputApplyFunctions["NoSpaces"] = "NoSpaces";
1089
1089
  })(InputApplyFunctions || (InputApplyFunctions = {}));
1090
1090
  var MetadataCategory;
1091
1091
  (function (MetadataCategory) {