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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.7.1",
2
+ "version": "3.7.2",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -78,6 +78,8 @@ export interface TileRadioData extends ChoiceInputData {
78
78
  export enum InputApplyFunctions { //these are generic metadata categories
79
79
  AllUpperCase = 'AllUpperCase',
80
80
  AllLowerCase = 'AllLowerCase',
81
+ AllAlphabetical = 'AllAlphabetical',
82
+ AllAlphanumeric = 'AllAlphanumeric',
81
83
  NoSpaces = 'NoSpaces',
82
84
  }
83
85