@openbox/shared-types 0.3.41 → 0.3.42

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.
@@ -30,6 +30,8 @@ export type LoggedUserInfoWorkspaceCompany = {
30
30
  name: string;
31
31
  companyType: LoggedUserInfoWorkspaceCompanyType | null;
32
32
  naturalType: LoggedUserInfoWorkspaceCompanyType | null;
33
+ nit: string;
34
+ nrc: string;
33
35
  };
34
36
  export type LoggedUserInfoWorkspaceBranch = {
35
37
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.3.41",
3
+ "version": "0.3.42",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -34,6 +34,8 @@ export type LoggedUserInfoWorkspaceCompany = {
34
34
  name: string
35
35
  companyType: LoggedUserInfoWorkspaceCompanyType | null
36
36
  naturalType: LoggedUserInfoWorkspaceCompanyType | null
37
+ nit: string
38
+ nrc: string
37
39
  }
38
40
 
39
41
  export type LoggedUserInfoWorkspaceBranch = {