forked from scaleway/scaleway-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
26 changed files
with
1,993 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,47 @@ | ||
# 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 ContractType | ||
from .types import ListContractSignaturesRequestOrderBy | ||
from .types import ListProjectsRequestOrderBy | ||
from .types import Contract | ||
from .types import ContractSignature | ||
from .types import Project | ||
from .types import CheckContractSignatureResponse | ||
from .types import ContractApiCheckContractSignatureRequest | ||
from .types import ContractApiCreateContractSignatureRequest | ||
from .types import ContractApiDownloadContractSignatureRequest | ||
from .types import ContractApiListContractSignaturesRequest | ||
from .types import ContractApiValidateContractSignatureRequest | ||
from .types import ListContractSignaturesResponse | ||
from .types import ListProjectsResponse | ||
from .types import ProjectApiCreateProjectRequest | ||
from .types import ProjectApiDeleteProjectRequest | ||
from .types import ProjectApiGetProjectRequest | ||
from .types import ProjectApiListProjectsRequest | ||
from .types import ProjectApiUpdateProjectRequest | ||
from .api import AccountV3ContractAPI | ||
from .api import AccountV3ProjectAPI | ||
|
||
__all__ = [ | ||
"ContractType", | ||
"ListContractSignaturesRequestOrderBy", | ||
"ListProjectsRequestOrderBy", | ||
"Contract", | ||
"ContractSignature", | ||
"Project", | ||
"CheckContractSignatureResponse", | ||
"ContractApiCheckContractSignatureRequest", | ||
"ContractApiCreateContractSignatureRequest", | ||
"ContractApiDownloadContractSignatureRequest", | ||
"ContractApiListContractSignaturesRequest", | ||
"ContractApiValidateContractSignatureRequest", | ||
"ListContractSignaturesResponse", | ||
"ListProjectsResponse", | ||
"ProjectApiCreateProjectRequest", | ||
"ProjectApiDeleteProjectRequest", | ||
"ProjectApiGetProjectRequest", | ||
"ProjectApiListProjectsRequest", | ||
"ProjectApiUpdateProjectRequest", | ||
"AccountV3ContractAPI", | ||
"AccountV3ProjectAPI", | ||
] |
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.