@nimee/shared-types 1.0.313 → 1.0.314

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.
@@ -65,6 +65,7 @@ export type IZReportPayload = {
65
65
  zNumber: number;
66
66
  currency: string;
67
67
  language: string;
68
+ invoiceDocType?: string;
68
69
  recipients: string[];
69
70
  sales: {
70
71
  cash: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimee/shared-types",
3
- "version": "1.0.313",
3
+ "version": "1.0.314",
4
4
  "description": "Types and interfaces that any service can access if needed",
5
5
  "main": "dist/index.js",
6
6
  "author": "dan goldberg",
@@ -62,6 +62,7 @@ export type IZReportPayload = {
62
62
  zNumber: number;
63
63
  currency: string;
64
64
  language: string;
65
+ invoiceDocType?: string; // seller's InvoiceDocTypeEnum; drives receipt-vs-invoice document labels in the email
65
66
  recipients: string[]; // snapshot of account.zReport.recipients at generation time
66
67
  sales: {
67
68
  cash: number;