Skip to content

Commit c009570

Browse files
authored
feat(tem): add new task transfer online domain to scw (#375)
1 parent 32f1a24 commit c009570

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/domain/v2beta1
  • scaleway/scaleway/domain/v2beta1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/domain/v2beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ class TaskType(str, Enum, metaclass=StrEnumMeta):
351351
UPDATE_HOST = "update_host"
352352
DELETE_HOST = "delete_host"
353353
MOVE_PROJECT = "move_project"
354+
TRANSFER_ONLINE_DOMAIN = "transfer_online_domain"
354355

355356
def __str__(self) -> str:
356357
return str(self.value)

scaleway/scaleway/domain/v2beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ class TaskType(str, Enum, metaclass=StrEnumMeta):
351351
UPDATE_HOST = "update_host"
352352
DELETE_HOST = "delete_host"
353353
MOVE_PROJECT = "move_project"
354+
TRANSFER_ONLINE_DOMAIN = "transfer_online_domain"
354355

355356
def __str__(self) -> str:
356357
return str(self.value)

0 commit comments

Comments
 (0)