From f99e61f346914139babbe632b280adc3ca058ce8 Mon Sep 17 00:00:00 2001 From: API Engineering Date: Fri, 19 Sep 2025 05:35:38 +0000 Subject: [PATCH] [bot] Updated client based on openapi-de27a00/clientgen --- DO_OPENAPI_COMMIT_SHA.txt | 2 +- src/pydo/aio/operations/_operations.py | 13 ++++++++++++- src/pydo/operations/_operations.py | 13 ++++++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index d252388..52af48a 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -7b21224 +de27a00 diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index 8cfb7cc..048ed31 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -107221,7 +107221,18 @@ async def list_backups(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "size_gigabytes": 0.0 # The size of the database backup in GBs. Required. } - ] + ], + "backup_progress": "str", # Optional. If a backup is currently in progress, + this attribute shows the percentage of completion. If no backup is in progress, + this attribute will be hidden. + "scheduled_backup_time": { + "backup_hour": 0, # Optional. The hour of the day when the backup is + scheduled (in UTC). + "backup_interval_hours": 0, # Optional. The frequency, in hours, at + which backups are taken. + "backup_minute": 0 # Optional. The minute of the hour when the + backup is scheduled. + } } # response body for status code(s): 404 response == { diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index 3cbf7db..94023be 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -119374,7 +119374,18 @@ def list_backups(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "size_gigabytes": 0.0 # The size of the database backup in GBs. Required. } - ] + ], + "backup_progress": "str", # Optional. If a backup is currently in progress, + this attribute shows the percentage of completion. If no backup is in progress, + this attribute will be hidden. + "scheduled_backup_time": { + "backup_hour": 0, # Optional. The hour of the day when the backup is + scheduled (in UTC). + "backup_interval_hours": 0, # Optional. The frequency, in hours, at + which backups are taken. + "backup_minute": 0 # Optional. The minute of the hour when the + backup is scheduled. + } } # response body for status code(s): 404 response == {