diff --git a/tap_service_titan/tap.py b/tap_service_titan/tap.py index 7cba996..12dea07 100644 --- a/tap_service_titan/tap.py +++ b/tap_service_titan/tap.py @@ -160,6 +160,12 @@ def discover_streams(self) -> list[ServiceTitanStream]: streams.inventory.ReturnsStream(self), streams.marketing_reputation.ReviewsStream(self), streams.dispatch.CapacitiesStream(self), + # New streams + streams.accounting.JournalEntriesStream(self), + streams.accounting.TaxZonesStream(self), + streams.accounting.PaymentTermsStream(self), + streams.accounting.PaymentTypesStream(self), + streams.accounting.InventoryBillsStream(self), ] custom_reports_config = self.config.get("custom_reports", []) if custom_reports_config: