Skip to content

Commit

Permalink
Update api_base_changed_by_type.py
Browse files Browse the repository at this point in the history
Adds IMPORTER to ApiBaseChangedByType
  • Loading branch information
hunterchris authored Oct 21, 2024
1 parent c05cbc8 commit 70299ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plenigo-client/plenigo/models/api_base_changed_by_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class ApiBaseChangedByType(str, Enum):
API = "API"
CUSTOMER = "CUSTOMER"
MERCHANT = "MERCHANT"
IMPORTER = "IMPORTER"
SYSTEM = "SYSTEM"

def __str__(self) -> str:
Expand Down

0 comments on commit 70299ee

Please sign in to comment.