oro-sdk-apis 3.7.1 → 3.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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) {