@openbox/shared-types 0.4.3 → 0.4.4

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.
@@ -5,6 +5,7 @@ import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.
5
5
  export type ManagementCompany = {
6
6
  id: string;
7
7
  name: string;
8
+ shortName: string;
8
9
  companyType: SystemPersonTypes;
9
10
  naturalType: SystemNaturalTypes;
10
11
  svFields: SystemSvFields;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.4.03",
3
+ "version": "0.4.04",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -6,6 +6,7 @@ import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.
6
6
  export type ManagementCompany = {
7
7
  id: string
8
8
  name: string
9
+ shortName: string
9
10
  companyType: SystemPersonTypes
10
11
  naturalType: SystemNaturalTypes
11
12
  svFields: SystemSvFields