Skip to content

Commit 36bc3b0

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
chore(quickbooks): sync accounting catalog
1 parent 84ced60 commit 36bc3b0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Sparse-update a customer in the connected QuickBooks Online company
260260
| `billingAddress` | json | No | Replacement billing address |
261261
| `shippingAddress` | json | No | Replacement shipping address |
262262
| `taxable` | boolean | No | Whether sales to this customer are taxable |
263-
| `activeStatus` | string | Yes | Keep, activate, or deactivate the customer |
263+
| `activeStatus` | string | No | Customer status change: unchanged, active, or inactive |
264264

265265
#### Output
266266

@@ -359,7 +359,7 @@ Sparse-update a vendor in the connected QuickBooks Online company
359359
| `printOnCheckName` | string | No | Replacement name to print on checks |
360360
| `accountNumber` | string | No | Replacement vendor account number |
361361
| `vendor1099` | boolean | No | Whether the vendor is tracked for 1099 reporting |
362-
| `activeStatus` | string | Yes | Keep, activate, or deactivate the vendor |
362+
| `activeStatus` | string | No | Vendor status change: unchanged, active, or inactive |
363363

364364
#### Output
365365

@@ -465,7 +465,7 @@ Sparse-update supported fields on an item without changing its type
465465
| `purchaseCost` | number | No | Replacement purchase cost per unit |
466466
| `expenseAccountId` | string | No | Replacement expense account ID |
467467
| `taxable` | boolean | No | Whether the item is taxable |
468-
| `activeStatus` | string | Yes | Keep, activate, or deactivate the item |
468+
| `activeStatus` | string | No | Item status change: unchanged, active, or inactive |
469469

470470
#### Output
471471

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.

0 commit comments

Comments
 (0)