Skip to content

Commit

Permalink
Added Estimate stream (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
xacadil authored Dec 9, 2023
1 parent ab93451 commit 11d0633
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,5 +603,28 @@
{"name": "Location", "type": "string"},
{"name": "Amount", "type": "number"},
{"name": "Categories", "type": "array", "child_type": "string"}
],
"Estimate": [
{"name": "DocNumber", "type": "string"},
{"name": "SyncToken", "type": "string"},
{"name": "domain", "type": "string"},
{"name": "TxnStatus", "type": "string"},
{"name": "BillEmail", "type": "object", "child_type": "string"},
{"name": "TxnDate", "type": "string"},
{"name": "TotalAmt", "type": "string"},
{"name": "CustomerRef", "type": "object", "child_type": "string"},
{"name": "ShipAddr", "type": "object", "child_type": "string"},
{"name": "ProjectRef", "type": "object", "child_type": "string"},
{"name": "PrintStatus", "type": "string"},
{"name": "BillAddr", "type": "object", "child_type": "string"},
{"name": "sparse", "type": "boolean"},
{"name": "EmailStatus", "type": "string"},
{"name": "Line", "type": "array", "child_type": "string"},
{"name": "ApplyTaxAfterDiscount", "type": "boolean"},
{"name": "CustomField", "type": "array", "child_type": "string"},
{"name": "Id", "type": "string"},
{"name": "TxnTaxDetail", "type": "object", "child_type": "string"},
{"name": "MetaData", "type": "object", "child_type": "string"},
{"name": "time", "type": "string"}
]
}

0 comments on commit 11d0633

Please sign in to comment.