diff --git a/tap_freshservice/streams/tickets.py b/tap_freshservice/streams/tickets.py index 0358aaf..547b7d8 100644 --- a/tap_freshservice/streams/tickets.py +++ b/tap_freshservice/streams/tickets.py @@ -53,6 +53,7 @@ def get_url_params(self, context: dict | None, next_page_token) -> dict[str, t.A th.Property("description", th.StringType), th.Property("description_text", th.StringType), th.Property("custom_fields", th.ObjectType( + th.Property("credit_hrs", th.StringType), th.Property("estimate", th.StringType), th.Property("pending_reason", th.StringType), th.Property("quote_hrs", th.StringType),