-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33e03ee
commit 642bade
Showing
92 changed files
with
2,670 additions
and
11,362 deletions.
There are no files selected for viewing
24 changes: 8 additions & 16 deletions
24
scaleway-async/scaleway_async/billing/v2alpha1/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,27 @@ | ||
# This file was automatically generated. DO NOT EDIT. | ||
# If you have any remark or suggestion do not hesitate to open an issue. | ||
from .types import DiscountDiscountMode | ||
from .types import DiscountFilterType | ||
from .types import DownloadInvoiceRequestFileType | ||
from .types import InvoiceType | ||
from .types import ListDiscountsRequestOrderBy | ||
from .types import ListInvoicesRequestOrderBy | ||
from .types import Discount | ||
from .types import DiscountCoupon | ||
from .types import DiscountFilter | ||
from .types import GetConsumptionResponse | ||
from .types import GetConsumptionResponseConsumption | ||
from .types import Invoice | ||
from .types import ListDiscountsResponse | ||
from .types import DownloadInvoiceRequest | ||
from .types import GetConsumptionRequest | ||
from .types import GetConsumptionResponse | ||
from .types import ListInvoicesRequest | ||
from .types import ListInvoicesResponse | ||
from .api import BillingV2Alpha1API | ||
|
||
__all__ = [ | ||
"DiscountDiscountMode", | ||
"DiscountFilterType", | ||
"DownloadInvoiceRequestFileType", | ||
"InvoiceType", | ||
"ListDiscountsRequestOrderBy", | ||
"ListInvoicesRequestOrderBy", | ||
"Discount", | ||
"DiscountCoupon", | ||
"DiscountFilter", | ||
"GetConsumptionResponse", | ||
"GetConsumptionResponseConsumption", | ||
"Invoice", | ||
"ListDiscountsResponse", | ||
"DownloadInvoiceRequest", | ||
"GetConsumptionRequest", | ||
"GetConsumptionResponse", | ||
"ListInvoicesRequest", | ||
"ListInvoicesResponse", | ||
"BillingV2Alpha1API", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.