Skip to content

Commit

Permalink
Added models
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Aug 13, 2021
1 parent 0e6ed65 commit 295b364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tb_rest_client/models/models_ce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
from .telemetry_entity_view import TelemetryEntityView
from .tenant import Tenant
from .tenant_id import TenantId
from .tenant_profile import TenantProfile
from .tenant_profile_id import TenantProfileId
from .tenant_profile_data import TenantProfileData
from .tenant_profile_configuration import TenantProfileConfiguration
from .text_page_data_asset import TextPageDataAsset
from .text_page_data_customer import TextPageDataCustomer
from .text_page_data_dashboard_info import TextPageDataDashboardInfo
Expand Down
4 changes: 4 additions & 0 deletions tb_rest_client/models/models_pe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
from .short_entity_view import ShortEntityView
from .sign_up_request import SignUpRequest
from .sign_up_self_registration_params import SignUpSelfRegistrationParams
from .tenant_profile import TenantProfile
from .tenant_profile_configuration import TenantProfileConfiguration
from .tenant_profile_data import TenantProfileData
from .tenant_solution_template_instructions import TenantSolutionTemplateInstructions
from .uri import URI
from .url import URL
from .user import User
Expand Down

0 comments on commit 295b364

Please sign in to comment.