mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
feat(billing): add INSTAGRAM_ITEM and INSTAGRAM_COMMENT units
This commit is contained in:
parent
8486a4f914
commit
f204db7bce
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue