@openbox/shared-types 0.4.78 → 0.4.79

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.
@@ -33,7 +33,7 @@ export type LoggedUserInfoWorkspaceCompanyInvoicesElectronicSv = {
33
33
  isActive: boolean;
34
34
  };
35
35
  export type LoggedUserInfoWorkspaceCompanySettings = {
36
- decimalPlaces: number;
36
+ DECIMAL_PLACES: number;
37
37
  };
38
38
  export type LoggedUserInfoWorkspaceCompany = {
39
39
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.4.78",
3
+ "version": "0.4.79",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -39,7 +39,7 @@ export type LoggedUserInfoWorkspaceCompanyInvoicesElectronicSv = {
39
39
  }
40
40
 
41
41
  export type LoggedUserInfoWorkspaceCompanySettings = {
42
- decimalPlaces: number
42
+ DECIMAL_PLACES: number
43
43
  }
44
44
 
45
45
  export type LoggedUserInfoWorkspaceCompany = {