sim-setup 1.0.10-preview.98.1 → 1.0.10-preview.99.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +370 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19615,6 +19615,360 @@ var init_integrations = __esm(() => {
|
|
|
19615
19615
|
integrationType: "analytics",
|
|
19616
19616
|
tags: ["data-analytics", "enrichment", "document-processing"]
|
|
19617
19617
|
},
|
|
19618
|
+
{
|
|
19619
|
+
type: "quickbooks",
|
|
19620
|
+
slug: "quickbooks",
|
|
19621
|
+
name: "QuickBooks",
|
|
19622
|
+
description: "Manage QuickBooks Online company, transactions, reports, emails, PDFs, and attachments",
|
|
19623
|
+
longDescription: "Connect one QuickBooks Online company to manage bounded master-data, sales, purchasing, receivables, payables, accounting, reports, transaction delivery, and document workflows.",
|
|
19624
|
+
bgColor: "#2CA01C",
|
|
19625
|
+
iconName: "QuickBooksIcon",
|
|
19626
|
+
docsUrl: "https://docs.sim.ai/integrations/quickbooks",
|
|
19627
|
+
operations: [
|
|
19628
|
+
{
|
|
19629
|
+
name: "Get Company Info",
|
|
19630
|
+
description: "Get information about the connected QuickBooks Online company"
|
|
19631
|
+
},
|
|
19632
|
+
{
|
|
19633
|
+
name: "Read Master Data",
|
|
19634
|
+
description: "List or read one account, class, customer, department, employee, item, or vendor"
|
|
19635
|
+
},
|
|
19636
|
+
{
|
|
19637
|
+
name: "Create Customer",
|
|
19638
|
+
description: "Create a customer in the connected QuickBooks Online company"
|
|
19639
|
+
},
|
|
19640
|
+
{
|
|
19641
|
+
name: "Update Customer",
|
|
19642
|
+
description: "Sparse-update a customer in the connected QuickBooks Online company"
|
|
19643
|
+
},
|
|
19644
|
+
{
|
|
19645
|
+
name: "Create Employee",
|
|
19646
|
+
description: "Create a non-payroll employee profile in the connected QuickBooks Online company"
|
|
19647
|
+
},
|
|
19648
|
+
{
|
|
19649
|
+
name: "Update Employee",
|
|
19650
|
+
description: "Read, merge, and full-update a non-payroll employee profile"
|
|
19651
|
+
},
|
|
19652
|
+
{
|
|
19653
|
+
name: "Create Vendor",
|
|
19654
|
+
description: "Create a vendor in the connected QuickBooks Online company"
|
|
19655
|
+
},
|
|
19656
|
+
{
|
|
19657
|
+
name: "Update Vendor",
|
|
19658
|
+
description: "Read, merge, and full-update a vendor in QuickBooks Online"
|
|
19659
|
+
},
|
|
19660
|
+
{
|
|
19661
|
+
name: "Create Item",
|
|
19662
|
+
description: "Create a Service or Non-inventory item in QuickBooks Online"
|
|
19663
|
+
},
|
|
19664
|
+
{
|
|
19665
|
+
name: "Update Item",
|
|
19666
|
+
description: "Read, merge, and full-update an item without changing its type"
|
|
19667
|
+
},
|
|
19668
|
+
{
|
|
19669
|
+
name: "Read Sales Transactions",
|
|
19670
|
+
description: "List or read one estimate, invoice, sales receipt, payment, credit memo, or refund receipt"
|
|
19671
|
+
},
|
|
19672
|
+
{
|
|
19673
|
+
name: "Create Estimate",
|
|
19674
|
+
description: "Create an estimate with bounded item and description lines"
|
|
19675
|
+
},
|
|
19676
|
+
{
|
|
19677
|
+
name: "Update Estimate",
|
|
19678
|
+
description: "Sparse-update an estimate using its current sync token"
|
|
19679
|
+
},
|
|
19680
|
+
{
|
|
19681
|
+
name: "Create Invoice",
|
|
19682
|
+
description: "Create an invoice without emailing or collecting payment"
|
|
19683
|
+
},
|
|
19684
|
+
{
|
|
19685
|
+
name: "Update Invoice",
|
|
19686
|
+
description: "Sparse-update an invoice using its current sync token"
|
|
19687
|
+
},
|
|
19688
|
+
{
|
|
19689
|
+
name: "Void Invoice",
|
|
19690
|
+
description: "Void an invoice after explicit confirmation"
|
|
19691
|
+
},
|
|
19692
|
+
{
|
|
19693
|
+
name: "Create Sales Receipt",
|
|
19694
|
+
description: "Create a sales receipt for a completed customer sale"
|
|
19695
|
+
},
|
|
19696
|
+
{
|
|
19697
|
+
name: "Update Sales Receipt",
|
|
19698
|
+
description: "Sparse-update a sales receipt using its current sync token"
|
|
19699
|
+
},
|
|
19700
|
+
{
|
|
19701
|
+
name: "Create Customer Payment",
|
|
19702
|
+
description: "Record a customer payment with optional bounded invoice allocations"
|
|
19703
|
+
},
|
|
19704
|
+
{
|
|
19705
|
+
name: "Update Customer Payment",
|
|
19706
|
+
description: "Read, merge, and full-update a customer payment using its current sync token"
|
|
19707
|
+
},
|
|
19708
|
+
{
|
|
19709
|
+
name: "Void Customer Payment",
|
|
19710
|
+
description: "Void a customer payment after explicit confirmation"
|
|
19711
|
+
},
|
|
19712
|
+
{
|
|
19713
|
+
name: "Create Credit Memo",
|
|
19714
|
+
description: "Create a customer credit memo with bounded sales lines"
|
|
19715
|
+
},
|
|
19716
|
+
{
|
|
19717
|
+
name: "Update Credit Memo",
|
|
19718
|
+
description: "Read, merge, and full-update a credit memo using its current sync token"
|
|
19719
|
+
},
|
|
19720
|
+
{
|
|
19721
|
+
name: "Create Refund Receipt",
|
|
19722
|
+
description: "Create a customer refund receipt against a required deposit account"
|
|
19723
|
+
},
|
|
19724
|
+
{
|
|
19725
|
+
name: "Update Refund Receipt",
|
|
19726
|
+
description: "Read, merge, and full-update a refund receipt using its current sync token"
|
|
19727
|
+
},
|
|
19728
|
+
{
|
|
19729
|
+
name: "Read Purchasing Transactions",
|
|
19730
|
+
description: "List or read one purchase order, bill, bill payment, vendor credit, or purchase"
|
|
19731
|
+
},
|
|
19732
|
+
{
|
|
19733
|
+
name: "Create Purchase Order",
|
|
19734
|
+
description: "Create a purchase order with bounded expense lines"
|
|
19735
|
+
},
|
|
19736
|
+
{
|
|
19737
|
+
name: "Update Purchase Order",
|
|
19738
|
+
description: "Read, merge, and full-update purchase-order header fields"
|
|
19739
|
+
},
|
|
19740
|
+
{
|
|
19741
|
+
name: "Create Bill",
|
|
19742
|
+
description: "Create a vendor bill with optional Purchase Order line links without paying it"
|
|
19743
|
+
},
|
|
19744
|
+
{
|
|
19745
|
+
name: "Update Bill",
|
|
19746
|
+
description: "Read, merge, and full-update bill header fields using its current sync token"
|
|
19747
|
+
},
|
|
19748
|
+
{
|
|
19749
|
+
name: "Create Bill Payment",
|
|
19750
|
+
description: "Record a check or credit-card payment allocated to one or more bills"
|
|
19751
|
+
},
|
|
19752
|
+
{
|
|
19753
|
+
name: "Update Bill Payment",
|
|
19754
|
+
description: "Read, merge, and full-update a BillPayment without changing allocations"
|
|
19755
|
+
},
|
|
19756
|
+
{
|
|
19757
|
+
name: "Create Vendor Credit",
|
|
19758
|
+
description: "Create a vendor credit without applying it to a bill"
|
|
19759
|
+
},
|
|
19760
|
+
{
|
|
19761
|
+
name: "Update Vendor Credit",
|
|
19762
|
+
description: "Read, merge, and full-update vendor-credit header fields"
|
|
19763
|
+
},
|
|
19764
|
+
{
|
|
19765
|
+
name: "Create Purchase or Expense",
|
|
19766
|
+
description: "Record a cash, check, or credit-card purchase with bounded expense lines"
|
|
19767
|
+
},
|
|
19768
|
+
{
|
|
19769
|
+
name: "Update Purchase or Expense",
|
|
19770
|
+
description: "Read, merge, and full-update purchase header fields without changing lines"
|
|
19771
|
+
},
|
|
19772
|
+
{
|
|
19773
|
+
name: "Read Accounting Transactions",
|
|
19774
|
+
description: "List or read one journal entry, deposit, or transfer"
|
|
19775
|
+
},
|
|
19776
|
+
{
|
|
19777
|
+
name: "Create Journal Entry",
|
|
19778
|
+
description: "Post a balanced journal entry after explicit confirmation"
|
|
19779
|
+
},
|
|
19780
|
+
{
|
|
19781
|
+
name: "Update Journal Entry",
|
|
19782
|
+
description: "Sparse-update journal-entry header fields after explicit confirmation"
|
|
19783
|
+
},
|
|
19784
|
+
{
|
|
19785
|
+
name: "Create Deposit",
|
|
19786
|
+
description: "Create a deposit with bounded account lines"
|
|
19787
|
+
},
|
|
19788
|
+
{
|
|
19789
|
+
name: "Update Deposit",
|
|
19790
|
+
description: "Sparse-update deposit header fields using the current sync token and destination account"
|
|
19791
|
+
},
|
|
19792
|
+
{
|
|
19793
|
+
name: "Run Financial Report",
|
|
19794
|
+
description: "Run a fixed QuickBooks financial report with verified accountant-focused filters"
|
|
19795
|
+
},
|
|
19796
|
+
{
|
|
19797
|
+
name: "Email Transaction",
|
|
19798
|
+
description: "Send a supported QuickBooks transaction by email. This causes an external email and Intuit limits sandbox email delivery."
|
|
19799
|
+
},
|
|
19800
|
+
{
|
|
19801
|
+
name: "Download Transaction PDF",
|
|
19802
|
+
description: "Download a supported QuickBooks transaction as a bounded PDF file"
|
|
19803
|
+
},
|
|
19804
|
+
{
|
|
19805
|
+
name: "Read Attachments",
|
|
19806
|
+
description: "List attachment metadata for a fixed QuickBooks entity or read one attachment by ID"
|
|
19807
|
+
},
|
|
19808
|
+
{
|
|
19809
|
+
name: "Add Attachment",
|
|
19810
|
+
description: "Attach one supported file or one note to a fixed QuickBooks entity"
|
|
19811
|
+
},
|
|
19812
|
+
{
|
|
19813
|
+
name: "Download Attachment",
|
|
19814
|
+
description: "Download a QuickBooks file attachment as a stored Sim file"
|
|
19815
|
+
}
|
|
19816
|
+
],
|
|
19817
|
+
operationCount: 47,
|
|
19818
|
+
triggers: [
|
|
19819
|
+
{
|
|
19820
|
+
id: "quickbooks_invoice_events",
|
|
19821
|
+
name: "QuickBooks Invoice Events",
|
|
19822
|
+
description: "Trigger when selected Invoice events occur in QuickBooks"
|
|
19823
|
+
},
|
|
19824
|
+
{
|
|
19825
|
+
id: "quickbooks_customer_events",
|
|
19826
|
+
name: "QuickBooks Customer Events",
|
|
19827
|
+
description: "Trigger when selected Customer events occur in QuickBooks"
|
|
19828
|
+
},
|
|
19829
|
+
{
|
|
19830
|
+
id: "quickbooks_estimate_events",
|
|
19831
|
+
name: "QuickBooks Estimate Events",
|
|
19832
|
+
description: "Trigger when selected Estimate events occur in QuickBooks"
|
|
19833
|
+
},
|
|
19834
|
+
{
|
|
19835
|
+
id: "quickbooks_payment_events",
|
|
19836
|
+
name: "QuickBooks Payment Events",
|
|
19837
|
+
description: "Trigger when selected Payment events occur in QuickBooks"
|
|
19838
|
+
},
|
|
19839
|
+
{
|
|
19840
|
+
id: "quickbooks_credit_memo_events",
|
|
19841
|
+
name: "QuickBooks Credit Memo Events",
|
|
19842
|
+
description: "Trigger when selected Credit Memo events occur in QuickBooks"
|
|
19843
|
+
},
|
|
19844
|
+
{
|
|
19845
|
+
id: "quickbooks_refund_receipt_events",
|
|
19846
|
+
name: "QuickBooks Refund Receipt Events",
|
|
19847
|
+
description: "Trigger when selected Refund Receipt events occur in QuickBooks"
|
|
19848
|
+
},
|
|
19849
|
+
{
|
|
19850
|
+
id: "quickbooks_sales_receipt_events",
|
|
19851
|
+
name: "QuickBooks Sales Receipt Events",
|
|
19852
|
+
description: "Trigger when selected Sales Receipt events occur in QuickBooks"
|
|
19853
|
+
},
|
|
19854
|
+
{
|
|
19855
|
+
id: "quickbooks_vendor_events",
|
|
19856
|
+
name: "QuickBooks Vendor Events",
|
|
19857
|
+
description: "Trigger when selected Vendor events occur in QuickBooks"
|
|
19858
|
+
},
|
|
19859
|
+
{
|
|
19860
|
+
id: "quickbooks_bill_events",
|
|
19861
|
+
name: "QuickBooks Bill Events",
|
|
19862
|
+
description: "Trigger when selected Bill events occur in QuickBooks"
|
|
19863
|
+
},
|
|
19864
|
+
{
|
|
19865
|
+
id: "quickbooks_bill_payment_events",
|
|
19866
|
+
name: "QuickBooks Bill Payment Events",
|
|
19867
|
+
description: "Trigger when selected Bill Payment events occur in QuickBooks"
|
|
19868
|
+
},
|
|
19869
|
+
{
|
|
19870
|
+
id: "quickbooks_purchase_order_events",
|
|
19871
|
+
name: "QuickBooks Purchase Order Events",
|
|
19872
|
+
description: "Trigger when selected Purchase Order events occur in QuickBooks"
|
|
19873
|
+
},
|
|
19874
|
+
{
|
|
19875
|
+
id: "quickbooks_purchase_events",
|
|
19876
|
+
name: "QuickBooks Purchase Events",
|
|
19877
|
+
description: "Trigger when selected Purchase events occur in QuickBooks"
|
|
19878
|
+
},
|
|
19879
|
+
{
|
|
19880
|
+
id: "quickbooks_vendor_credit_events",
|
|
19881
|
+
name: "QuickBooks Vendor Credit Events",
|
|
19882
|
+
description: "Trigger when selected Vendor Credit events occur in QuickBooks"
|
|
19883
|
+
},
|
|
19884
|
+
{
|
|
19885
|
+
id: "quickbooks_deposit_events",
|
|
19886
|
+
name: "QuickBooks Deposit Events",
|
|
19887
|
+
description: "Trigger when selected Deposit events occur in QuickBooks"
|
|
19888
|
+
},
|
|
19889
|
+
{
|
|
19890
|
+
id: "quickbooks_journal_entry_events",
|
|
19891
|
+
name: "QuickBooks Journal Entry Events",
|
|
19892
|
+
description: "Trigger when selected Journal Entry events occur in QuickBooks"
|
|
19893
|
+
},
|
|
19894
|
+
{
|
|
19895
|
+
id: "quickbooks_transfer_events",
|
|
19896
|
+
name: "QuickBooks Transfer Events",
|
|
19897
|
+
description: "Trigger when selected Transfer events occur in QuickBooks"
|
|
19898
|
+
},
|
|
19899
|
+
{
|
|
19900
|
+
id: "quickbooks_item_events",
|
|
19901
|
+
name: "QuickBooks Item Events",
|
|
19902
|
+
description: "Trigger when selected Item events occur in QuickBooks"
|
|
19903
|
+
},
|
|
19904
|
+
{
|
|
19905
|
+
id: "quickbooks_employee_events",
|
|
19906
|
+
name: "QuickBooks Employee Events",
|
|
19907
|
+
description: "Trigger when selected Employee events occur in QuickBooks"
|
|
19908
|
+
},
|
|
19909
|
+
{
|
|
19910
|
+
id: "quickbooks_time_activity_events",
|
|
19911
|
+
name: "QuickBooks Time Activity Events",
|
|
19912
|
+
description: "Trigger when selected Time Activity events occur in QuickBooks"
|
|
19913
|
+
},
|
|
19914
|
+
{
|
|
19915
|
+
id: "quickbooks_account_events",
|
|
19916
|
+
name: "QuickBooks Account Events",
|
|
19917
|
+
description: "Trigger when selected Account events occur in QuickBooks"
|
|
19918
|
+
},
|
|
19919
|
+
{
|
|
19920
|
+
id: "quickbooks_budget_events",
|
|
19921
|
+
name: "QuickBooks Budget Events",
|
|
19922
|
+
description: "Trigger when selected Budget events occur in QuickBooks"
|
|
19923
|
+
},
|
|
19924
|
+
{
|
|
19925
|
+
id: "quickbooks_class_events",
|
|
19926
|
+
name: "QuickBooks Class Events",
|
|
19927
|
+
description: "Trigger when selected Class events occur in QuickBooks"
|
|
19928
|
+
},
|
|
19929
|
+
{
|
|
19930
|
+
id: "quickbooks_currency_events",
|
|
19931
|
+
name: "QuickBooks Currency Events",
|
|
19932
|
+
description: "Trigger when selected Currency events occur in QuickBooks"
|
|
19933
|
+
},
|
|
19934
|
+
{
|
|
19935
|
+
id: "quickbooks_department_events",
|
|
19936
|
+
name: "QuickBooks Department Events",
|
|
19937
|
+
description: "Trigger when selected Department events occur in QuickBooks"
|
|
19938
|
+
},
|
|
19939
|
+
{
|
|
19940
|
+
id: "quickbooks_journal_code_events",
|
|
19941
|
+
name: "QuickBooks Journal Code Events",
|
|
19942
|
+
description: "Trigger when selected Journal Code events occur in QuickBooks"
|
|
19943
|
+
},
|
|
19944
|
+
{
|
|
19945
|
+
id: "quickbooks_payment_method_events",
|
|
19946
|
+
name: "QuickBooks Payment Method Events",
|
|
19947
|
+
description: "Trigger when selected Payment Method events occur in QuickBooks"
|
|
19948
|
+
},
|
|
19949
|
+
{
|
|
19950
|
+
id: "quickbooks_preferences_updated",
|
|
19951
|
+
name: "QuickBooks Preferences Updated",
|
|
19952
|
+
description: "Trigger when QuickBooks Preferences are updated"
|
|
19953
|
+
},
|
|
19954
|
+
{
|
|
19955
|
+
id: "quickbooks_tax_agency_events",
|
|
19956
|
+
name: "QuickBooks Tax Agency Events",
|
|
19957
|
+
description: "Trigger when selected Tax Agency events occur in QuickBooks"
|
|
19958
|
+
},
|
|
19959
|
+
{
|
|
19960
|
+
id: "quickbooks_term_events",
|
|
19961
|
+
name: "QuickBooks Term Events",
|
|
19962
|
+
description: "Trigger when selected Term events occur in QuickBooks"
|
|
19963
|
+
}
|
|
19964
|
+
],
|
|
19965
|
+
triggerCount: 29,
|
|
19966
|
+
authType: "oauth",
|
|
19967
|
+
oauthServiceId: "quickbooks",
|
|
19968
|
+
category: "tools",
|
|
19969
|
+
integrationType: "commerce",
|
|
19970
|
+
tags: ["payments", "automation", "data-analytics"]
|
|
19971
|
+
},
|
|
19618
19972
|
{
|
|
19619
19973
|
type: "quiver",
|
|
19620
19974
|
slug: "quiver",
|
|
@@ -28280,7 +28634,7 @@ var init_integrations = __esm(() => {
|
|
|
28280
28634
|
});
|
|
28281
28635
|
|
|
28282
28636
|
// ../deployment-config/src/service-account-providers.generated.ts
|
|
28283
|
-
var SERVICE_ACCOUNT_PROVIDER_BY_OAUTH_SERVICE_ID;
|
|
28637
|
+
var SERVICE_ACCOUNT_PROVIDER_BY_OAUTH_SERVICE_ID, CREDENTIAL_CONFIGURED_OAUTH_SERVICE_IDS;
|
|
28284
28638
|
var init_service_account_providers_generated = __esm(() => {
|
|
28285
28639
|
SERVICE_ACCOUNT_PROVIDER_BY_OAUTH_SERVICE_ID = {
|
|
28286
28640
|
airtable: "airtable-service-account",
|
|
@@ -28317,6 +28671,7 @@ var init_service_account_providers_generated = __esm(() => {
|
|
|
28317
28671
|
"zoho-desk": "zoho-desk-service-account",
|
|
28318
28672
|
zoom: "zoom-service-account"
|
|
28319
28673
|
};
|
|
28674
|
+
CREDENTIAL_CONFIGURED_OAUTH_SERVICE_IDS = ["quickbooks"];
|
|
28320
28675
|
});
|
|
28321
28676
|
|
|
28322
28677
|
// ../deployment-config/src/service-account-metadata.ts
|
|
@@ -28360,6 +28715,17 @@ function resolveOAuthIntegrationAvailability(integration, values) {
|
|
|
28360
28715
|
const capabilityId = resolveOAuthClientCapabilityId(oauthServiceId);
|
|
28361
28716
|
const serviceAccount = getServiceAccountMetadata(oauthServiceId);
|
|
28362
28717
|
if (!capabilityId) {
|
|
28718
|
+
if (credentialConfiguredOAuthServiceIds.has(oauthServiceId)) {
|
|
28719
|
+
return {
|
|
28720
|
+
type: integration.type,
|
|
28721
|
+
slug: integration.slug,
|
|
28722
|
+
name: integration.name,
|
|
28723
|
+
state: "ready",
|
|
28724
|
+
oauthAvailable: true,
|
|
28725
|
+
serviceAccountAvailable: false,
|
|
28726
|
+
missingFields: []
|
|
28727
|
+
};
|
|
28728
|
+
}
|
|
28363
28729
|
throw new Error(`OAuth integration ${integration.slug} has no OAuth client capability definition`);
|
|
28364
28730
|
}
|
|
28365
28731
|
const oauth = inspectOAuthClientCapability(capabilityId, values);
|
|
@@ -28393,12 +28759,14 @@ function resolveIntegrationAvailability(values) {
|
|
|
28393
28759
|
};
|
|
28394
28760
|
});
|
|
28395
28761
|
}
|
|
28396
|
-
var integrations, deploymentGatedIntegrationTypes, integrationTypesByOAuthServiceId, previewServiceAccountProvidersByIntegrationType;
|
|
28762
|
+
var integrations, credentialConfiguredOAuthServiceIds, deploymentGatedIntegrationTypes, integrationTypesByOAuthServiceId, previewServiceAccountProvidersByIntegrationType;
|
|
28397
28763
|
var init_integration_availability = __esm(() => {
|
|
28398
28764
|
init_env_capabilities();
|
|
28399
28765
|
init_integrations();
|
|
28400
28766
|
init_service_account_metadata();
|
|
28767
|
+
init_service_account_providers_generated();
|
|
28401
28768
|
integrations = integrations_default.integrations;
|
|
28769
|
+
credentialConfiguredOAuthServiceIds = new Set(CREDENTIAL_CONFIGURED_OAUTH_SERVICE_IDS);
|
|
28402
28770
|
deploymentGatedIntegrationTypes = new Set(integrations.filter((integration) => integration.authType === "oauth").map((integration) => integration.type.toLowerCase()));
|
|
28403
28771
|
integrationTypesByOAuthServiceId = new Map;
|
|
28404
28772
|
previewServiceAccountProvidersByIntegrationType = new Map;
|