File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 50
50
ListAppsResponse ,
51
51
PageInfo ,
52
52
ProjectEnvironment ,
53
+ ProjectId ,
53
54
ProjectInfoResponse ,
54
55
ProjectInfoResponseAppsItem ,
55
56
PropOption ,
133
134
"Pipedream" ,
134
135
"PipedreamEnvironment" ,
135
136
"ProjectEnvironment" ,
137
+ "ProjectId" ,
136
138
"ProjectInfoResponse" ,
137
139
"ProjectInfoResponseAppsItem" ,
138
140
"PropOption" ,
Original file line number Diff line number Diff line change 4
4
import typing
5
5
6
6
import httpx
7
- from .types .project_environment import ProjectEnvironment
7
+ from ._ . types .project_environment import ProjectEnvironment
8
8
from .accounts .client import AccountsClient , AsyncAccountsClient
9
9
from .actions .client import ActionsClient , AsyncActionsClient
10
10
from .app_categories .client import AppCategoriesClient , AsyncAppCategoriesClient
Original file line number Diff line number Diff line change 3
3
import typing
4
4
5
5
import httpx
6
- from ..types .project_environment import ProjectEnvironment
6
+ from .._ . types .project_environment import ProjectEnvironment
7
7
from .http_client import AsyncHttpClient , HttpClient
8
8
9
9
Original file line number Diff line number Diff line change 49
49
from .list_apps_response import ListAppsResponse
50
50
from .page_info import PageInfo
51
51
from .project_environment import ProjectEnvironment
52
+ from .project_id import ProjectId
52
53
from .project_info_response import ProjectInfoResponse
53
54
from .project_info_response_apps_item import ProjectInfoResponseAppsItem
54
55
from .prop_option import PropOption
108
109
"ListAppsResponse" ,
109
110
"PageInfo" ,
110
111
"ProjectEnvironment" ,
112
+ "ProjectId" ,
111
113
"ProjectInfoResponse" ,
112
114
"ProjectInfoResponseAppsItem" ,
113
115
"PropOption" ,
Original file line number Diff line number Diff line change
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ ProjectId = str
You can’t perform that action at this time.
0 commit comments