Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Do not edit the class manually.
""" # noqa: E501


__version__ = "1.0.0"

# Define package exports
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Do not edit the class manually.
""" # noqa: E501


# import models into model package
from stackit.serviceenablement.models.action_error import ActionError
from stackit.serviceenablement.models.check_service import CheckService
Expand Down
1 change: 1 addition & 0 deletions services/sfs/src/stackit/sfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Do not edit the class manually.
""" # noqa: E501


__version__ = "1.0.0"

# Define package exports
Expand Down
1 change: 1 addition & 0 deletions services/sfs/src/stackit/sfs/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Do not edit the class manually.
""" # noqa: E501


# import models into model package
from stackit.sfs.models.create_resource_pool_payload import CreateResourcePoolPayload
from stackit.sfs.models.create_resource_pool_response import CreateResourcePoolResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Do not edit the class manually.
""" # noqa: E501


__version__ = "1.0.0"

# Define package exports
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Do not edit the class manually.
""" # noqa: E501


# import models into model package
from stackit.sqlserverflex.models.acl import ACL
from stackit.sqlserverflex.models.backup import Backup
Expand Down