feat(billing): add INSTAGRAM_ITEM and INSTAGRAM_COMMENT units

This commit is contained in:
Anish Sarkar 2026-07-09 14:57:44 +05:30
parent 8486a4f914
commit f204db7bce

View file

@ -25,6 +25,8 @@ class BillingUnit(StrEnum):
GOOGLE_MAPS_REVIEW = "google_maps_review"
YOUTUBE_VIDEO = "youtube_video"
YOUTUBE_COMMENT = "youtube_comment"
INSTAGRAM_ITEM = "instagram_item"
INSTAGRAM_COMMENT = "instagram_comment"
class BillableInput(Protocol):