@@ -96,16 +96,16 @@ export const QuickBooksBlock: BlockConfig<QuickBooksResponse> = {
9696 title : 'Operation' ,
9797 type : 'dropdown' ,
9898 options : [
99- { label : 'Company: Get Info' , id : 'quickbooks_get_company_info' } ,
100- { label : 'Master Data: Read ' , id : 'quickbooks_read_master_data' } ,
101- { label : 'Customers: Create' , id : 'quickbooks_create_customer' } ,
102- { label : 'Customers: Update' , id : 'quickbooks_update_customer' } ,
103- { label : 'Vendors: Create' , id : 'quickbooks_create_vendor' } ,
104- { label : 'Vendors: Update' , id : 'quickbooks_update_vendor' } ,
105- { label : 'Items: Create' , id : 'quickbooks_create_item' } ,
106- { label : 'Items: Update' , id : 'quickbooks_update_item' } ,
107- { label : 'Purchasing: List Purchase Orders' , id : 'quickbooks_list_purchase_orders' } ,
108- { label : 'Payables: List Bills' , id : 'quickbooks_list_bills' } ,
99+ { label : 'Get Company Info' , id : 'quickbooks_get_company_info' } ,
100+ { label : 'Read Master Data' , id : 'quickbooks_read_master_data' } ,
101+ { label : 'Create Customer ' , id : 'quickbooks_create_customer' } ,
102+ { label : 'Update Customer ' , id : 'quickbooks_update_customer' } ,
103+ { label : 'Create Vendor ' , id : 'quickbooks_create_vendor' } ,
104+ { label : 'Update Vendor ' , id : 'quickbooks_update_vendor' } ,
105+ { label : 'Create Item ' , id : 'quickbooks_create_item' } ,
106+ { label : 'Update Item ' , id : 'quickbooks_update_item' } ,
107+ { label : 'List Purchase Orders' , id : 'quickbooks_list_purchase_orders' } ,
108+ { label : 'List Bills' , id : 'quickbooks_list_bills' } ,
109109 ] ,
110110 value : ( ) => 'quickbooks_get_company_info' ,
111111 } ,
0 commit comments