|
12 | 12 | from .component_stash import ComponentStash |
13 | 13 | from .configurable_prop import ConfigurableProp |
14 | 14 | from .configurable_prop_alert import ConfigurablePropAlert |
15 | | -from .configurable_prop_alert_alert_type import ConfigurablePropAlertAlertType |
| 15 | +from .configurable_prop_alert_type import ConfigurablePropAlertType |
16 | 16 | from .configurable_prop_any import ConfigurablePropAny |
17 | 17 | from .configurable_prop_app import ConfigurablePropApp |
18 | 18 | from .configurable_prop_boolean import ConfigurablePropBoolean |
|
23 | 23 | from .configurable_prop_string_array import ConfigurablePropStringArray |
24 | 24 | from .configure_prop_opts import ConfigurePropOpts |
25 | 25 | from .configure_prop_response import ConfigurePropResponse |
26 | | -from .connect_token_create_opts import ConnectTokenCreateOpts |
27 | | -from .connect_token_response import ConnectTokenResponse |
28 | | -from .create_browser_client_opts import CreateBrowserClientOpts |
| 26 | +from .connect_token import ConnectToken |
29 | 27 | from .create_o_auth_token_response import CreateOAuthTokenResponse |
30 | 28 | from .create_token_response import CreateTokenResponse |
31 | 29 | from .delete_trigger_opts import DeleteTriggerOpts |
|
50 | 48 | from .page_info import PageInfo |
51 | 49 | from .project_environment import ProjectEnvironment |
52 | 50 | from .project_info_response import ProjectInfoResponse |
53 | | -from .project_info_response_apps_item import ProjectInfoResponseAppsItem |
| 51 | +from .project_info_response_app import ProjectInfoResponseApp |
54 | 52 | from .prop_option import PropOption |
55 | 53 | from .proxy_response import ProxyResponse |
56 | 54 | from .reload_props_opts import ReloadPropsOpts |
|
71 | 69 | "ComponentStash", |
72 | 70 | "ConfigurableProp", |
73 | 71 | "ConfigurablePropAlert", |
74 | | - "ConfigurablePropAlertAlertType", |
| 72 | + "ConfigurablePropAlertType", |
75 | 73 | "ConfigurablePropAny", |
76 | 74 | "ConfigurablePropApp", |
77 | 75 | "ConfigurablePropBoolean", |
|
82 | 80 | "ConfigurablePropStringArray", |
83 | 81 | "ConfigurePropOpts", |
84 | 82 | "ConfigurePropResponse", |
85 | | - "ConnectTokenCreateOpts", |
86 | | - "ConnectTokenResponse", |
87 | | - "CreateBrowserClientOpts", |
| 83 | + "ConnectToken", |
88 | 84 | "CreateOAuthTokenResponse", |
89 | 85 | "CreateTokenResponse", |
90 | 86 | "DeleteTriggerOpts", |
|
109 | 105 | "PageInfo", |
110 | 106 | "ProjectEnvironment", |
111 | 107 | "ProjectInfoResponse", |
112 | | - "ProjectInfoResponseAppsItem", |
| 108 | + "ProjectInfoResponseApp", |
113 | 109 | "PropOption", |
114 | 110 | "ProxyResponse", |
115 | 111 | "ReloadPropsOpts", |
|
0 commit comments