From 01eb4c9728f44fc089020ea9c81aae96b172c32a Mon Sep 17 00:00:00 2001 From: talents10 <79235045+talents10@users.noreply.github.com> Date: Fri, 6 Aug 2021 08:42:34 -0400 Subject: [PATCH] Update deposits.json I propose pulling Classref (name and value) and Entity (name and value). These fields were included in a prior version of several of my Quickbooks integrations running on Stitch and I do not see them in the latest version. These are key fields for my internal software. If agreeable, please update as soon as possible so that these fields will flow through in Stitch. Many thanks. --- tap_quickbooks/schemas/deposits.json | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/tap_quickbooks/schemas/deposits.json b/tap_quickbooks/schemas/deposits.json index e31b68e..c70791f 100644 --- a/tap_quickbooks/schemas/deposits.json +++ b/tap_quickbooks/schemas/deposits.json @@ -151,6 +151,46 @@ "object" ] }, + "ClassRef": { + "properties": { + "name": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "Entity": { + "properties": { + "name": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, "CheckNum": { "type": [ "null",