Skip to content

Commit 92f8d28

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
chore(quickbooks): sync document catalog
1 parent e58837f commit 92f8d28

5 files changed

Lines changed: 43 additions & 9 deletions

File tree

apps/docs/content/docs/en/integrations/quickbooks.mdx

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,11 +2595,11 @@ Send a supported QuickBooks transaction by email. This causes an external email
25952595
| `transactionId` | string | Emailed QuickBooks transaction ID |
25962596
| `sent` | boolean | Whether QuickBooks accepted the email send request |
25972597
| `record` | json | Native QuickBooks transaction returned after sending |
2598-
|`Id` | string | QuickBooks sales transaction ID |
2598+
|`Id` | string | QuickBooks transaction ID |
25992599
|`SyncToken` | string | Current transaction sync token |
26002600
|`DocNumber` | string | Transaction document number |
26012601
|`TxnDate` | string | Transaction date |
2602-
|`DueDate` | string | Invoice due date |
2602+
|`DueDate` | string | Transaction due date |
26032603
|`ExpirationDate` | string | Estimate expiration date |
26042604
|`CustomerRef` | json | Customer reference |
26052605
|`value` | string | QuickBooks entity ID |
@@ -2611,12 +2611,28 @@ Send a supported QuickBooks transaction by email. This causes an external email
26112611
|`PaymentMethodRef` | json | Payment method reference |
26122612
|`value` | string | QuickBooks entity ID |
26132613
|`name` | string | QuickBooks entity display name |
2614-
|`PaymentRefNum` | string | Customer payment reference number |
2614+
|`PaymentRefNum` | string | Payment reference number |
26152615
|`CurrencyRef` | json | Transaction currency reference |
26162616
|`value` | string | QuickBooks entity ID |
26172617
|`name` | string | QuickBooks entity display name |
2618-
|`Line` | array | Native QuickBooks transaction lines |
2618+
|`Line` | array | Native QuickBooks sales or purchasing transaction lines |
2619+
|`Id` | string | QuickBooks transaction line ID |
2620+
|`LineNum` | number | QuickBooks transaction line number |
2621+
|`Description` | string | Transaction line description |
2622+
|`Amount` | number | Transaction line amount |
2623+
|`DetailType` | string | QuickBooks line detail type |
2624+
|`LinkedTxn` | array | Transactions linked to this QuickBooks line |
2625+
|`TxnId` | string | Linked QuickBooks transaction ID |
2626+
|`TxnType` | string | Linked QuickBooks transaction type |
2627+
|`TxnLineId` | string | Linked QuickBooks transaction line ID |
2628+
|`AccountBasedExpenseLineDetail` | json | Native QuickBooks account-based expense details |
2629+
|`ItemBasedExpenseLineDetail` | json | Native QuickBooks item-based expense details |
2630+
|`SalesItemLineDetail` | json | Native QuickBooks sales item line details |
2631+
|`DescriptionLineDetail` | json | Native QuickBooks description line details |
26192632
|`LinkedTxn` | array | Transactions linked by QuickBooks |
2633+
|`TxnId` | string | Linked QuickBooks transaction ID |
2634+
|`TxnType` | string | Linked QuickBooks transaction type |
2635+
|`TxnLineId` | string | Linked QuickBooks transaction line ID |
26202636
|`TotalAmt` | number | Transaction total amount |
26212637
|`Balance` | number | Remaining transaction balance |
26222638
|`UnappliedAmt` | number | Unapplied payment amount |
@@ -2626,6 +2642,24 @@ Send a supported QuickBooks transaction by email. This causes an external email
26262642
|`MetaData` | json | Transaction creation and update timestamps |
26272643
|`CreateTime` | string | Entity creation timestamp |
26282644
|`LastUpdatedTime` | string | Entity last-updated timestamp |
2645+
|`VendorRef` | json | Vendor reference |
2646+
|`value` | string | QuickBooks entity ID |
2647+
|`name` | string | QuickBooks entity display name |
2648+
|`APAccountRef` | json | Accounts-payable account reference |
2649+
|`value` | string | QuickBooks entity ID |
2650+
|`name` | string | QuickBooks entity display name |
2651+
|`AccountRef` | json | Payment account reference |
2652+
|`value` | string | QuickBooks entity ID |
2653+
|`name` | string | QuickBooks entity display name |
2654+
|`EntityRef` | json | Purchase payee reference |
2655+
|`value` | string | QuickBooks entity ID |
2656+
|`name` | string | QuickBooks entity display name |
2657+
|`type` | string | Referenced entity type |
2658+
|`PaymentType` | string | Purchase payment type |
2659+
|`PayType` | string | Bill-payment type |
2660+
|`CheckPayment` | json | Check payment account details |
2661+
|`CreditCardPayment` | json | Credit-card payment account details |
2662+
|`POStatus` | string | Purchase order status |
26292663
| `time` | string | QuickBooks response timestamp |
26302664

26312665
### `quickbooks_download_transaction_pdf`

apps/sim/tools/generated/tool-ids.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

apps/sim/tools/generated/tool-metadata.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

apps/sim/tools/generated/tool-outputs.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

scripts/check-api-validation-contracts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const QUERY_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/queries')
99
const SELECTOR_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/selectors')
1010

1111
const BASELINE = {
12-
totalRoutes: 1011,
13-
zodRoutes: 1011,
12+
totalRoutes: 1010,
13+
zodRoutes: 1010,
1414
nonZodRoutes: 0,
1515
} as const
1616

0 commit comments

Comments
 (0)