oro-sdk-apis 3.7.0 → 3.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,9 +63,11 @@ export interface TileRadioData extends ChoiceInputData {
63
63
  description?: string;
64
64
  }
65
65
  export declare enum InputApplyFunctions {
66
- MakeUpperCase = "MakeUpperCase",
67
- MakeLowerCase = "MakeLowerCase",
68
- RemoveAllSpaces = "RemoveAllSpaces"
66
+ AllUpperCase = "AllUpperCase",
67
+ AllLowerCase = "AllLowerCase",
68
+ AllAlphabetical = "AllAlphabetical",
69
+ AllAlphanumeric = "AllAlphanumeric",
70
+ NoSpaces = "NoSpaces"
69
71
  }
70
72
  export interface EntryData {
71
73
  id?: number;
@@ -1041,9 +1041,11 @@ var VaultDataMissing = /*#__PURE__*/function (_Error8) {
1041
1041
  })(exports.DocumentType || (exports.DocumentType = {}));
1042
1042
 
1043
1043
  (function (InputApplyFunctions) {
1044
- InputApplyFunctions["MakeUpperCase"] = "MakeUpperCase";
1045
- InputApplyFunctions["MakeLowerCase"] = "MakeLowerCase";
1046
- InputApplyFunctions["RemoveAllSpaces"] = "RemoveAllSpaces";
1044
+ InputApplyFunctions["AllUpperCase"] = "AllUpperCase";
1045
+ InputApplyFunctions["AllLowerCase"] = "AllLowerCase";
1046
+ InputApplyFunctions["AllAlphabetical"] = "AllAlphabetical";
1047
+ InputApplyFunctions["AllAlphanumeric"] = "AllAlphanumeric";
1048
+ InputApplyFunctions["NoSpaces"] = "NoSpaces";
1047
1049
  })(exports.InputApplyFunctions || (exports.InputApplyFunctions = {}));
1048
1050
  (function (MetadataCategory) {
1049
1051
  MetadataCategory["ChildPersonal"] = "ChildPersonal";