Skip to content

Commit

Permalink
Merge pull request #16 from Datateer/sr-23007
Browse files Browse the repository at this point in the history
feat: sr-23007: add credit_hrs field
  • Loading branch information
aroder authored Nov 27, 2024
2 parents 304b393 + b72bccc commit 1b163fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_freshservice/streams/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1b163fd

Please sign in to comment.