Skip to content

Commit

Permalink
Add newly observed user capability MARKETING_CONSENT_GENERIC (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider authored Jan 29, 2025
1 parent 33b1e69 commit 4631cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myskoda/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class UserCapabilityId(StrEnum):
SPIN_MANAGEMENT = "SPIN_MANAGEMENT"
THIRD_PARTY_OFFERS = "THIRD_PARTY_OFFERS"
MARKETING_CONSENT = "MARKETING_CONSENT"
MARKETING_CONSENT_GENERIC = "MARKETING_CONSENT_GENERIC"
TEST_DRIVE = "TEST_DRIVE"


Expand Down

0 comments on commit 4631cc0

Please sign in to comment.