Skip to content

Commit db3d85c

Browse files
authored
feat(mongodb): add sync role (#893)
1 parent c571b7a commit db3d85c

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/mongodb/v1alpha1
  • scaleway/scaleway/mongodb/v1alpha1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/mongodb/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class UserRoleRole(str, Enum, metaclass=StrEnumMeta):
100100
READ = "read"
101101
READ_WRITE = "read_write"
102102
DB_ADMIN = "db_admin"
103+
SYNC = "sync"
103104

104105
def __str__(self) -> str:
105106
return str(self.value)

scaleway/scaleway/mongodb/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class UserRoleRole(str, Enum, metaclass=StrEnumMeta):
100100
READ = "read"
101101
READ_WRITE = "read_write"
102102
DB_ADMIN = "db_admin"
103+
SYNC = "sync"
103104

104105
def __str__(self) -> str:
105106
return str(self.value)

0 commit comments

Comments
 (0)