oro-sdk-apis 3.8.0-dev1.0 → 3.8.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.
@@ -1704,9 +1704,11 @@ var DocumentType;
1704
1704
  var InputApplyFunctions;
1705
1705
 
1706
1706
  (function (InputApplyFunctions) {
1707
- InputApplyFunctions["MakeUpperCase"] = "MakeUpperCase";
1708
- InputApplyFunctions["MakeLowerCase"] = "MakeLowerCase";
1709
- InputApplyFunctions["RemoveAllSpaces"] = "RemoveAllSpaces";
1707
+ InputApplyFunctions["AllUpperCase"] = "AllUpperCase";
1708
+ InputApplyFunctions["AllLowerCase"] = "AllLowerCase";
1709
+ InputApplyFunctions["AllAlphabetical"] = "AllAlphabetical";
1710
+ InputApplyFunctions["AllAlphanumeric"] = "AllAlphanumeric";
1711
+ InputApplyFunctions["NoSpaces"] = "NoSpaces";
1710
1712
  })(InputApplyFunctions || (InputApplyFunctions = {}));
1711
1713
 
1712
1714
  var MetadataCategory;