Skip to content

Commit ce0157c

Browse files
lualua
lua
authored and
lua
committed
generates the new sdk for vouchers, etc
1 parent aae6723 commit ce0157c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plenigo-client/plenigo/models/api_campaign_base_status.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
class ApiCampaignBaseStatus(str, Enum):
55
ACTIVE = "ACTIVE"
6+
CANCELLED = "CANCELLED"
67
CREATING = "CREATING"
78
DELETED = "DELETED"
89
INACTIVE = "INACTIVE"

0 commit comments

Comments
 (0)