oro-sdk-apis 3.7.1 → 3.7.2

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.
@@ -1085,6 +1085,8 @@ var InputApplyFunctions;
1085
1085
  (function (InputApplyFunctions) {
1086
1086
  InputApplyFunctions["AllUpperCase"] = "AllUpperCase";
1087
1087
  InputApplyFunctions["AllLowerCase"] = "AllLowerCase";
1088
+ InputApplyFunctions["AllAlphabetical"] = "AllAlphabetical";
1089
+ InputApplyFunctions["AllAlphanumeric"] = "AllAlphanumeric";
1088
1090
  InputApplyFunctions["NoSpaces"] = "NoSpaces";
1089
1091
  })(InputApplyFunctions || (InputApplyFunctions = {}));
1090
1092
  var MetadataCategory;