@trii/types 2.10.613 → 2.10.614

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.
@@ -108,6 +108,7 @@ export interface IContactField {
108
108
  typeNumberDecimalsCount: number | 0;
109
109
  typeOptions: string[];
110
110
  order: number;
111
+ requiredField: boolean;
111
112
  forContact: boolean;
112
113
  forBusiness: boolean;
113
114
  isDefault: boolean;
@@ -116,6 +117,8 @@ export interface IContactField {
116
117
  readOnly: boolean;
117
118
  hide: boolean;
118
119
  useMask: boolean;
120
+ min: number;
121
+ max: number;
119
122
  createdAt?: string | null;
120
123
  createdBy?: string | null;
121
124
  deleted: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.613",
3
+ "version": "2.10.614",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",