Skip to content

Commit

Permalink
Updated API at 2023-03-20 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <[email protected]>
  • Loading branch information
github-actions[bot] and Github Actions authored Mar 20, 2023
1 parent c192a78 commit 0f42f09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# v0.28.0

- updated to the latest API at 2023-03-20

# v0.28.0

- updated to the latest API at 2023-03-13

# v0.28.0
Expand Down
1 change: 1 addition & 0 deletions incident_io_client/models/user_v1_response_body_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class UserV1ResponseBodyRole(str, Enum):
RESPONDER = "responder"
ADMINISTRATOR = "administrator"
OWNER = "owner"
UNSET = "unset"

def __str__(self) -> str:
return str(self.value)
1 change: 1 addition & 0 deletions incident_io_client/models/user_v2_response_body_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class UserV2ResponseBodyRole(str, Enum):
RESPONDER = "responder"
ADMINISTRATOR = "administrator"
OWNER = "owner"
UNSET = "unset"

def __str__(self) -> str:
return str(self.value)
6 changes: 4 additions & 2 deletions incident_io_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5586,7 +5586,8 @@
"viewer",
"responder",
"administrator",
"owner"
"owner",
"unset"
],
"example": "viewer",
"type": "string"
Expand Down Expand Up @@ -5635,7 +5636,8 @@
"viewer",
"responder",
"administrator",
"owner"
"owner",
"unset"
],
"example": "viewer",
"type": "string"
Expand Down

0 comments on commit 0f42f09

Please sign in to comment.