feat: add INDEED_JOB billing unit

This commit is contained in:
CREDO23 2026-07-14 21:49:23 +02:00
parent 063faf4bd6
commit 05bfc6a10e

View file

@ -30,6 +30,7 @@ class BillingUnit(StrEnum):
TIKTOK_VIDEO = "tiktok_video"
TIKTOK_USER = "tiktok_user"
TIKTOK_COMMENT = "tiktok_comment"
INDEED_JOB = "indeed_job"
class BillableInput(Protocol):