From 33458ffcc0f46b5f131d1a894088d10fd2693c5d Mon Sep 17 00:00:00 2001 From: digitalocean-engineering Date: Tue, 27 Feb 2024 08:44:46 -0700 Subject: [PATCH] [bot] Updated client based on openapi-a7cf342/clientgen (#268) Co-authored-by: API Engineering --- DO_OPENAPI_COMMIT_SHA.txt | 2 +- requirements.txt | 2 +- src/pydo/aio/operations/_operations.py | 5 +++++ src/pydo/operations/_operations.py | 5 +++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index ab367f4..43d6e2a 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -6748be6 +a7cf342 diff --git a/requirements.txt b/requirements.txt index c6f64f2..d9d75e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -cryptography==42.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" +cryptography==42.0.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" idna==3.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index 1762cfb..6744610 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -71916,6 +71916,8 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO "invoice_preview": { "amount": "str", # Optional. Total amount of the invoice, in USD. This will reflect month-to-date usage in the invoice preview. + "invoice_id": "str", # Optional. ID of the invoice. Listed on the + face of the invoice PDF as the "Invoice number". "invoice_period": "str", # Optional. Billing period of usage for which the invoice is issued, in ``YYYY-MM`` format. "invoice_uuid": "str", # Optional. The UUID of the invoice. The @@ -71927,6 +71929,8 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO { "amount": "str", # Optional. Total amount of the invoice, in USD. This will reflect month-to-date usage in the invoice preview. + "invoice_id": "str", # Optional. ID of the invoice. Listed + on the face of the invoice PDF as the "Invoice number". "invoice_period": "str", # Optional. Billing period of usage for which the invoice is issued, in ``YYYY-MM`` format. "invoice_uuid": "str", # Optional. The UUID of the invoice. @@ -72374,6 +72378,7 @@ async def get_summary_by_uuid(self, invoice_uuid: str, **kwargs: Any) -> JSON: "amount": "str", # Optional. Total amount charged in USD. "name": "str" # Optional. Name of the charge. }, + "invoice_id": "str", # Optional. ID of the invoice. "invoice_uuid": "str", # Optional. UUID of the invoice. "overages": { "amount": "str", # Optional. Total amount charged in USD. diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index 6c834c1..d4c0666 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -78851,6 +78851,8 @@ def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSON: "invoice_preview": { "amount": "str", # Optional. Total amount of the invoice, in USD. This will reflect month-to-date usage in the invoice preview. + "invoice_id": "str", # Optional. ID of the invoice. Listed on the + face of the invoice PDF as the "Invoice number". "invoice_period": "str", # Optional. Billing period of usage for which the invoice is issued, in ``YYYY-MM`` format. "invoice_uuid": "str", # Optional. The UUID of the invoice. The @@ -78862,6 +78864,8 @@ def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSON: { "amount": "str", # Optional. Total amount of the invoice, in USD. This will reflect month-to-date usage in the invoice preview. + "invoice_id": "str", # Optional. ID of the invoice. Listed + on the face of the invoice PDF as the "Invoice number". "invoice_period": "str", # Optional. Billing period of usage for which the invoice is issued, in ``YYYY-MM`` format. "invoice_uuid": "str", # Optional. The UUID of the invoice. @@ -79305,6 +79309,7 @@ def get_summary_by_uuid(self, invoice_uuid: str, **kwargs: Any) -> JSON: "amount": "str", # Optional. Total amount charged in USD. "name": "str" # Optional. Name of the charge. }, + "invoice_id": "str", # Optional. ID of the invoice. "invoice_uuid": "str", # Optional. UUID of the invoice. "overages": { "amount": "str", # Optional. Total amount charged in USD.