oro-sdk-apis 3.7.0 → 3.7.1

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.
@@ -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) {