@jagota/interfaces 1.2.12 → 1.2.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "src/index.ts",
@@ -9,6 +9,7 @@ export interface IContactMini {
9
9
  }
10
10
  export interface IContact extends IContactMini {
11
11
  position: string;
12
+ positionName: string;
12
13
  positionDesc: string;
13
14
  tel: string;
14
15
  fax: string;
@@ -167,6 +167,7 @@ export const defaultContact: IContact = {
167
167
  imgPath: '',
168
168
  primary: false,
169
169
  position: '',
170
+ positionName: '',
170
171
  positionDesc: '',
171
172
  tel: '',
172
173
  fax: '',