@posx/core 5.3.70 → 5.3.71

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/build/index.d.ts CHANGED
@@ -1918,6 +1918,10 @@ declare module '@posx/core/types/config.type' {
1918
1918
  * An alternative name or shorthand for the company used for convenience.
1919
1919
  */
1920
1920
  company_name_alias: string;
1921
+ /**
1922
+ * The logo of the company
1923
+ */
1924
+ company_logo: string;
1921
1925
  /**
1922
1926
  * The official tax identification number for the company, used for legal and financial documentation.
1923
1927
  */
@@ -1976,6 +1980,8 @@ declare module '@posx/core/types/config.type' {
1976
1980
  company_name: string;
1977
1981
  /** Alias for the company name */
1978
1982
  company_name_alias: string;
1983
+ /** Logo of the company */
1984
+ company_logo: string;
1979
1985
  /** Tax registration number of the company */
1980
1986
  company_tax_reg_no: string;
1981
1987
  /** Postcode of the company */