oro-sdk-apis 3.7.0 → 3.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1083,9 +1083,11 @@ 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["AllAlphabetical"] = "AllAlphabetical";
1089
+ InputApplyFunctions["AllAlphanumeric"] = "AllAlphanumeric";
1090
+ InputApplyFunctions["NoSpaces"] = "NoSpaces";
1089
1091
  })(InputApplyFunctions || (InputApplyFunctions = {}));
1090
1092
  var MetadataCategory;
1091
1093
  (function (MetadataCategory) {