From 520186507d51ab668ee392a56b2fc486aabc9870 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:42:11 +0100 Subject: [PATCH] nightly API update (#234) Co-authored-by: Philipp Fruck --- docs/ObjectStoragesAuditsApi.md | 4 ++-- docs/PrivateNetworksAuditsApi.md | 4 ++-- docs/RolesAuditsApi.md | 4 ++-- docs/SecretsAuditsApi.md | 4 ++-- docs/UsersAuditsApi.md | 4 ++-- docs/VipAuditsApi.md | 4 ++-- pfruck_contabo/models/instance_status.py | 1 + 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/ObjectStoragesAuditsApi.md b/docs/ObjectStoragesAuditsApi.md index 3a74146..5a163b7 100644 --- a/docs/ObjectStoragesAuditsApi.md +++ b/docs/ObjectStoragesAuditsApi.md @@ -52,8 +52,8 @@ with pfruck_contabo.ApiClient(configuration) as api_client: object_storage_id = '6cdf5968-f9fe-4192-97c2-f349e813c5e8' # str | The identifier of the object storage. (optional) request_id = 'D5FD9FAF-58C0-4406-8F46-F449B8E4FEC3' # str | The requestId of the API call which led to the change. (optional) changed_by = '23cbb6d6-cb11-4330-bdff-7bb791df2e23' # str | changedBy of the user which led to the change. (optional) - start_date = '2021-01-01' # date | Start of search time range. (optional) - end_date = '2021-01-01' # date | End of search time range. (optional) + start_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | Start of search time range. (optional) + end_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | End of search time range. (optional) try: # List history about your object storages (audit) diff --git a/docs/PrivateNetworksAuditsApi.md b/docs/PrivateNetworksAuditsApi.md index 274f9dc..b9f90f8 100644 --- a/docs/PrivateNetworksAuditsApi.md +++ b/docs/PrivateNetworksAuditsApi.md @@ -52,8 +52,8 @@ with pfruck_contabo.ApiClient(configuration) as api_client: private_network_id = 12345 # int | The identifier of the Private Network (optional) request_id = 'D5FD9FAF-58C0-4406-8F46-F449B8E4FEC3' # str | The requestId of the API call which led to the change. (optional) changed_by = '23cbb6d6-cb11-4330-bdff-7bb791df2e23' # str | User name which did the change. (optional) - start_date = '2021-01-01' # date | Start of search time range. (optional) - end_date = '2023-05-31' # date | End of search time range. (optional) + start_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | Start of search time range. (optional) + end_date = 'Wed May 31 00:00:00 UTC 2023' # date | End of search time range. (optional) try: # List history about your Private Networks (audit) diff --git a/docs/RolesAuditsApi.md b/docs/RolesAuditsApi.md index 3b428f1..af7d779 100644 --- a/docs/RolesAuditsApi.md +++ b/docs/RolesAuditsApi.md @@ -52,8 +52,8 @@ with pfruck_contabo.ApiClient(configuration) as api_client: role_id = 12345 # int | The identifier of the role. (optional) request_id = 'D5FD9FAF-58C0-4406-8F46-F449B8E4FEC3' # str | The requestId of the API call which led to the change. (optional) changed_by = '23cbb6d6-cb11-4330-bdff-7bb791df2e23' # str | changedBy of the user which led to the change. (optional) - start_date = '2021-01-01' # date | Start of search time range. (optional) - end_date = '2021-01-01' # date | End of search time range. (optional) + start_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | Start of search time range. (optional) + end_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | End of search time range. (optional) try: # List history about your roles (audit) diff --git a/docs/SecretsAuditsApi.md b/docs/SecretsAuditsApi.md index cfaad97..423dcc8 100644 --- a/docs/SecretsAuditsApi.md +++ b/docs/SecretsAuditsApi.md @@ -52,8 +52,8 @@ with pfruck_contabo.ApiClient(configuration) as api_client: secret_id = 123 # int | The id of the secret. (optional) request_id = 'D5FD9FAF-58C0-4406-8F46-F449B8E4FEC3' # str | The requestId of the API call which led to the change. (optional) changed_by = '23cbb6d6-cb11-4330-bdff-7bb791df2e23' # str | changedBy of the user which led to the change. (optional) - start_date = '2021-01-01' # date | Start of search time range. (optional) - end_date = '2021-01-01' # date | End of search time range. (optional) + start_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | Start of search time range. (optional) + end_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | End of search time range. (optional) try: # List history about your secrets (audit) diff --git a/docs/UsersAuditsApi.md b/docs/UsersAuditsApi.md index ba6cb42..3a2a0fb 100644 --- a/docs/UsersAuditsApi.md +++ b/docs/UsersAuditsApi.md @@ -52,8 +52,8 @@ with pfruck_contabo.ApiClient(configuration) as api_client: user_id = '6cdf5968-f9fe-4192-97c2-f349e813c5e8' # str | The identifier of the user. (optional) request_id = 'D5FD9FAF-58C0-4406-8F46-F449B8E4FEC3' # str | The requestId of the API call which led to the change. (optional) changed_by = '23cbb6d6-cb11-4330-bdff-7bb791df2e23' # str | changedBy of the user which led to the change. (optional) - start_date = '2021-01-01' # date | Start of search time range. (optional) - end_date = '2021-01-01' # date | End of search time range. (optional) + start_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | Start of search time range. (optional) + end_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | End of search time range. (optional) try: # List history about your users (audit) diff --git a/docs/VipAuditsApi.md b/docs/VipAuditsApi.md index 323f617..6a7bae9 100644 --- a/docs/VipAuditsApi.md +++ b/docs/VipAuditsApi.md @@ -52,8 +52,8 @@ with pfruck_contabo.ApiClient(configuration) as api_client: vip_id = '1b943b25a-c8b5-4570-9135-4bbaa7615b812345' # str | The identifier of the VIP. (optional) request_id = 'D5FD9FAF-58C0-4406-8F46-F449B8E4FEC3' # str | The requestId of the API call which led to the change. (optional) changed_by = '23cbb6d6-cb11-4330-bdff-7bb791df2e23' # str | User name which did the change. (optional) - start_date = '2021-01-01' # date | Start of search time range. (optional) - end_date = '2021-12-31' # date | End of search time range. (optional) + start_date = 'Fri Jan 01 00:00:00 UTC 2021' # date | Start of search time range. (optional) + end_date = 'Fri Dec 31 00:00:00 UTC 2021' # date | End of search time range. (optional) try: # List history about your VIPs (audit) diff --git a/pfruck_contabo/models/instance_status.py b/pfruck_contabo/models/instance_status.py index 90607e5..7319f84 100644 --- a/pfruck_contabo/models/instance_status.py +++ b/pfruck_contabo/models/instance_status.py @@ -39,6 +39,7 @@ class InstanceStatus(str, Enum): RESCUE = 'rescue' PENDING_PAYMENT = 'pending_payment' OTHER = 'other' + RESET_PASSWORD = 'reset_password' @classmethod def from_json(cls, json_str: str) -> Self: