Skip to content

Commit f4f088e

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(quickbooks): align catalog operation labels
1 parent e429ad5 commit f4f088e

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

apps/sim/blocks/blocks/quickbooks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,13 +735,13 @@ export const QuickBooksBlockMeta = {
735735
name: 'onboard-quickbooks-customers',
736736
description: 'Create approved QuickBooks customers and retain their IDs and sync tokens.',
737737
content:
738-
'# Onboard QuickBooks Customers\n\n## Steps\n1. Validate the approved customer identity and contact details.\n2. Use Customers: Create with a unique display name.\n3. Store the returned `recordId` and `syncToken` for later updates.\n\n## Output\nReturn the created customer, ID, and sync token. Report duplicate-name faults for human review.',
738+
'# Onboard QuickBooks Customers\n\n## Steps\n1. Validate the approved customer identity and contact details.\n2. Use Create Customer with a unique display name.\n3. Store the returned `recordId` and `syncToken` for later updates.\n\n## Output\nReturn the created customer, ID, and sync token. Report duplicate-name faults for human review.',
739739
},
740740
{
741741
name: 'onboard-quickbooks-vendors',
742742
description: 'Create approved QuickBooks vendors with bounded contact and 1099 fields.',
743743
content:
744-
'# Onboard QuickBooks Vendors\n\n## Steps\n1. Validate the approved vendor identity, contact, address, and optional 1099 status.\n2. Use Vendors: Create.\n3. Store the returned `recordId` and `syncToken`.\n\n## Output\nReturn the created vendor and identifiers. Do not claim to merge vendors or administer tax identifiers.',
744+
'# Onboard QuickBooks Vendors\n\n## Steps\n1. Validate the approved vendor identity, contact, address, and optional 1099 status.\n2. Use Create Vendor.\n3. Store the returned `recordId` and `syncToken`.\n\n## Output\nReturn the created vendor and identifiers. Do not claim to merge vendors or administer tax identifiers.',
745745
},
746746
{
747747
name: 'maintain-products-and-services',
@@ -753,7 +753,7 @@ export const QuickBooksBlockMeta = {
753753
name: 'audit-quickbooks-master-data',
754754
description: 'Review QuickBooks master-data pages for incomplete or inconsistent records.',
755755
content:
756-
'# Audit QuickBooks Master Data\n\n## Steps\n1. Use Master Data: Read in List mode for the required record types.\n2. Continue only with explicit `nextStartPosition` values while `hasMore` is true.\n3. Report incomplete or inconsistent records with their QuickBooks IDs.\n\n## Output\nReturn a read-only audit with source IDs and supporting values.',
756+
'# Audit QuickBooks Master Data\n\n## Steps\n1. Use Read Master Data in List mode for the required record types.\n2. Continue only with explicit `nextStartPosition` values while `hasMore` is true.\n3. Report incomplete or inconsistent records with their QuickBooks IDs.\n\n## Output\nReturn a read-only audit with source IDs and supporting values.',
757757
},
758758
{
759759
name: 'reconcile-pos-to-bills',

apps/sim/lib/integrations/integrations.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14571,43 +14571,43 @@
1457114571
"docsUrl": "https://docs.sim.ai/integrations/quickbooks",
1457214572
"operations": [
1457314573
{
14574-
"name": "Company: Get Info",
14574+
"name": "Get Company Info",
1457514575
"description": "Get information about the connected QuickBooks Online company"
1457614576
},
1457714577
{
14578-
"name": "Master Data: Read",
14578+
"name": "Read Master Data",
1457914579
"description": "List or read one account, customer, vendor, item, or employee"
1458014580
},
1458114581
{
14582-
"name": "Customers: Create",
14582+
"name": "Create Customer",
1458314583
"description": "Create a customer in the connected QuickBooks Online company"
1458414584
},
1458514585
{
14586-
"name": "Customers: Update",
14586+
"name": "Update Customer",
1458714587
"description": "Sparse-update a customer in the connected QuickBooks Online company"
1458814588
},
1458914589
{
14590-
"name": "Vendors: Create",
14590+
"name": "Create Vendor",
1459114591
"description": "Create a vendor in the connected QuickBooks Online company"
1459214592
},
1459314593
{
14594-
"name": "Vendors: Update",
14594+
"name": "Update Vendor",
1459514595
"description": "Sparse-update a vendor in the connected QuickBooks Online company"
1459614596
},
1459714597
{
14598-
"name": "Items: Create",
14598+
"name": "Create Item",
1459914599
"description": "Create a Service or Non-inventory item in QuickBooks Online"
1460014600
},
1460114601
{
14602-
"name": "Items: Update",
14602+
"name": "Update Item",
1460314603
"description": "Sparse-update supported fields on an item without changing its type"
1460414604
},
1460514605
{
14606-
"name": "Purchasing: List Purchase Orders",
14606+
"name": "List Purchase Orders",
1460714607
"description": "List purchase orders in the connected QuickBooks Online company"
1460814608
},
1460914609
{
14610-
"name": "Payables: List Bills",
14610+
"name": "List Bills",
1461114611
"description": "List bills in the connected QuickBooks Online company"
1461214612
}
1461314613
],

0 commit comments

Comments
 (0)