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.
@@ -65,6 +65,8 @@ export interface TileRadioData extends ChoiceInputData {
65
65
  export declare enum InputApplyFunctions {
66
66
  AllUpperCase = "AllUpperCase",
67
67
  AllLowerCase = "AllLowerCase",
68
+ AllAlphabetical = "AllAlphabetical",
69
+ AllAlphanumeric = "AllAlphanumeric",
68
70
  NoSpaces = "NoSpaces"
69
71
  }
70
72
  export interface EntryData {
@@ -1043,6 +1043,8 @@ var VaultDataMissing = /*#__PURE__*/function (_Error8) {
1043
1043
  (function (InputApplyFunctions) {
1044
1044
  InputApplyFunctions["AllUpperCase"] = "AllUpperCase";
1045
1045
  InputApplyFunctions["AllLowerCase"] = "AllLowerCase";
1046
+ InputApplyFunctions["AllAlphabetical"] = "AllAlphabetical";
1047
+ InputApplyFunctions["AllAlphanumeric"] = "AllAlphanumeric";
1046
1048
  InputApplyFunctions["NoSpaces"] = "NoSpaces";
1047
1049
  })(exports.InputApplyFunctions || (exports.InputApplyFunctions = {}));
1048
1050
  (function (MetadataCategory) {