Skip to content

Commit e673996

Browse files
authored
feat: update generated APIs (#602)
1 parent e113eb0 commit e673996

File tree

2 files changed

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

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ class RecordType(str, Enum, metaclass=StrEnumMeta):
300300
DS = "ds"
301301
NAPTR = "naptr"
302302
DNAME = "dname"
303+
SVCB = "svcb"
304+
HTTPS = "https"
303305

304306
def __str__(self) -> str:
305307
return str(self.value)

scaleway/scaleway/domain/v2beta1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ class RecordType(str, Enum, metaclass=StrEnumMeta):
300300
DS = "ds"
301301
NAPTR = "naptr"
302302
DNAME = "dname"
303+
SVCB = "svcb"
304+
HTTPS = "https"
303305

304306
def __str__(self) -> str:
305307
return str(self.value)

0 commit comments

Comments
 (0)