Skip to content

Commit

Permalink
[bot] Updated client based on openapi-a7cf342/clientgen
Browse files Browse the repository at this point in the history
  • Loading branch information
API Engineering committed Feb 27, 2024
1 parent 03bfcae commit a384d7d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6748be6
a7cf342
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a384d7d

Please sign in to comment.