@hyper.software/common-helpers 2.1.12 → 2.1.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.
@@ -593,6 +593,7 @@ export interface ICompanyInvoicesInformation {
593
593
  showLogoInvoices?: boolean;
594
594
  headerSpacing?: number;
595
595
  invoicePrefix?: string;
596
+ sendInvoiceToEmail?: boolean;
596
597
  }
597
598
  export interface IOWDiscountRule {
598
599
  lengthOfStay: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/common-helpers",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "author": "Raul Tomescu <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Hyper Software Common Javascript Helpers",
6
6
  "main": "lib/index.js",