timber-node 0.1.9 → 0.2.0

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/dist/invoice.d.ts CHANGED
@@ -53,6 +53,7 @@ export interface InvoiceData {
53
53
  }
54
54
  export interface Invoice extends InvoiceData {
55
55
  _id: string;
56
+ invoice?: string;
56
57
  created_at?: string;
57
58
  updated_at?: string;
58
59
  }
@@ -52,6 +52,7 @@ export interface VendorPayment {
52
52
  user: string;
53
53
  company: string;
54
54
  wafeq: boolean;
55
+ invoice?: string;
55
56
  zoho: boolean;
56
57
  created_at: string;
57
58
  updated_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timber-node",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Simplifying accounting and tax filing for businesses",
5
5
  "keywords": [
6
6
  "timber"