tower-studio 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +3 -3
- package/.next/cache/.previewinfo +1 -1
- package/.next/cache/.rscinfo +1 -1
- package/.next/diagnostics/route-bundle-stats.json +37 -37
- package/.next/fallback-build-manifest.json +3 -3
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page/server-reference-manifest.json +19 -19
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +13 -13
- package/.next/server/app/_not-found.segments/_full.segment.rsc +13 -13
- package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/server/app/_not-found.segments/_index.segment.rsc +8 -8
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/assistant/images/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
- package/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- package/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +13 -13
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +13 -13
- package/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/server/app/index.segments/_index.segment.rsc +8 -8
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/missions/page/server-reference-manifest.json +47 -47
- package/.next/server/app/missions/page.js.nft.json +1 -1
- package/.next/server/app/missions/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/onboarding/page/server-reference-manifest.json +19 -19
- package/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/onboarding.html +1 -1
- package/.next/server/app/onboarding.rsc +15 -15
- package/.next/server/app/onboarding.segments/_full.segment.rsc +15 -15
- package/.next/server/app/onboarding.segments/_head.segment.rsc +4 -4
- package/.next/server/app/onboarding.segments/_index.segment.rsc +8 -8
- package/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
- package/.next/server/app/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/page/server-reference-manifest.json +19 -19
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/settings/page/server-reference-manifest.json +26 -26
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings.html +1 -1
- package/.next/server/app/settings.rsc +15 -15
- package/.next/server/app/settings.segments/_full.segment.rsc +15 -15
- package/.next/server/app/settings.segments/_head.segment.rsc +4 -4
- package/.next/server/app/settings.segments/_index.segment.rsc +8 -8
- package/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/settings.segments/settings.segment.rsc +3 -3
- package/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +77 -77
- package/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +64 -64
- package/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +49 -49
- package/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +47 -47
- package/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +19 -19
- package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +48 -48
- package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspaces/page/react-loadable-manifest.json +1 -1
- package/.next/server/app/workspaces/page/server-reference-manifest.json +39 -39
- package/.next/server/app/workspaces/page.js.nft.json +1 -1
- package/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
- package/.next/server/chunks/0uz~_next_dist_esm_build_templates_app-route_05yec2y.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__0rb-ear._.js +2 -2
- package/.next/server/chunks/project_f_tower_0n1s3ym._.js +1 -1
- package/.next/server/chunks/project_f_tower_src_11e.cv5._.js +1 -1
- package/.next/server/chunks/ssr/04uy_src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_01.s1p0._.js +1 -1
- package/.next/server/chunks/ssr/0y0r_f_tower_src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0n4g3bn._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__06qzctf._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0_47k-j._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0aidehy._.js +1 -1
- package/.next/server/chunks/ssr/{[root-of-the-server]__032ms~2._.js → [root-of-the-server]__0e6iflg._.js} +2 -2
- package/.next/server/chunks/ssr/[root-of-the-server]__0ffdrwp._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0i4rk9v._.js +3 -3
- package/.next/server/chunks/ssr/{[root-of-the-server]__10j18zh._.js → [root-of-the-server]__0o7o7z_._.js} +2 -2
- package/.next/server/chunks/ssr/{[root-of-the-server]__0p21gac._.js → [root-of-the-server]__0uu_6~5._.js} +2 -2
- package/.next/server/chunks/ssr/[root-of-the-server]__0w7gbe7._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0zaw-fl._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__13eo85g._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0.txwd8._.js +1 -1
- package/.next/server/chunks/ssr/{project_f_tower_08rgm20._.js → project_f_tower_07-hbsx._.js} +2 -2
- package/.next/server/chunks/ssr/{project_f_tower_0s1jqt5._.js → project_f_tower_0866f0-._.js} +2 -2
- package/.next/server/chunks/ssr/{project_f_tower_0hzcbgq._.js → project_f_tower_0ad9933._.js} +2 -2
- package/.next/server/chunks/ssr/{project_f_tower_0s~f55k._.js → project_f_tower_0bd-exe._.js} +2 -2
- package/.next/server/chunks/ssr/{project_f_tower_0h~8iz.._.js → project_f_tower_0cxt-u.._.js} +2 -2
- package/.next/server/chunks/ssr/project_f_tower_0f0-wva._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0hgtev9._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0ivvjwd._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0jy~1uf._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0l6ssf8._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0o5.y1e._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0w01kgd._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_0ym-aea._.js +1 -1
- package/.next/server/chunks/ssr/{project_f_tower_0ge0mtj._.js → project_f_tower_0~41x_-._.js} +2 -2
- package/.next/server/chunks/ssr/{project_f_tower_src_128.lqf._.js → project_f_tower_src_0p8gi_2._.js} +2 -2
- package/.next/server/chunks/ssr/project_f_tower_src_actions_agent-actions_ts_0.s4~m-._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_src_actions_file-actions_ts_02i742t._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_src_app_missions_missions-client_tsx_0ums4qx._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_src_app_onboarding_page_tsx_0_9_yoq._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_src_app_settings_page_tsx_0oo06~d._.js +1 -1
- package/.next/server/chunks/ssr/project_f_tower_src_app_workspaces_[workspaceId]_board-page-client_tsx_0jmj1xz._.js +1 -1
- package/.next/server/instrumentation.js.nft.json +1 -1
- package/.next/server/middleware-build-manifest.js +3 -3
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +190 -190
- package/.next/static/chunks/{059sctu5sue65.js → 06kg_505w0jw1.js} +1 -1
- package/.next/static/chunks/09byywt6bkrfa.js +1 -0
- package/.next/static/chunks/{07jb~oukvvhv~.js → 09hk_t9sy5wux.js} +1 -1
- package/.next/static/chunks/{0ifhv76k2rmn9.js → 0b-_zu1k~lyul.js} +2 -2
- package/.next/static/chunks/{05.r3gya2y0_d.js → 0ci9m8jp27a9c.js} +1 -1
- package/.next/static/chunks/{08y-dar2a2nv~.js → 0dspkfgz.dhn1.js} +1 -1
- package/.next/static/chunks/{0yzmd3i5vfggs.js → 0f1jt_izz4dt-.js} +1 -1
- package/.next/static/chunks/{13yyy7cl_d5za.js → 0i-71pxd663r9.js} +1 -1
- package/.next/static/chunks/{0.094wo3-wbr_.js → 0l.3myaonfg1h.js} +1 -1
- package/.next/static/chunks/{0w-f5xcz~0~a9.js → 0llbf__idgh~l.js} +1 -1
- package/.next/static/chunks/{0-d4licj-hata.js → 0o0a2vel7_xs4.js} +1 -1
- package/.next/static/chunks/0r2hhrhsollsz.js +1 -0
- package/.next/static/chunks/{12m3c8he3v-d-.js → 0s6xs0.kd4j1c.js} +1 -1
- package/.next/static/chunks/{08~h~n9ldz4.q.js → 105b3mtl5gt1l.js} +1 -1
- package/.next/static/chunks/12rg2xcias_84.js +1 -0
- package/.next/trace +2 -2
- package/.next/trace-build +1 -1
- package/package.json +3 -2
- package/scripts/fix-native-permissions.js +39 -0
- package/.next/static/chunks/02myf8ud-x1x0.js +0 -1
- package/.next/static/chunks/0hsqm_60.b18j.js +0 -1
- package/.next/static/chunks/15orsd353tllt.js +0 -1
- /package/.next/static/{Jspb2q16y1AMCvOLB3nv_ → uPbfev-r-deeE_PmqOX1E}/_buildManifest.js +0 -0
- /package/.next/static/{Jspb2q16y1AMCvOLB3nv_ → uPbfev-r-deeE_PmqOX1E}/_clientMiddlewareManifest.js +0 -0
- /package/.next/static/{Jspb2q16y1AMCvOLB3nv_ → uPbfev-r-deeE_PmqOX1E}/_ssgManifest.js +0 -0
package/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"40e8fed6ad958d2c3a38820b1025a1fc4098689fa3": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
6
6
|
"moduleId": 95547,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "createWorkspace",
|
|
13
13
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"60875b160a0df1863b61aca756a5d59fc667390189": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
18
18
|
"moduleId": 95547,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"exportedName": "updateWorkspace",
|
|
25
25
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"403c63e717ef620fe45e8e020075ffd93967718ebd": {
|
|
28
28
|
"workers": {
|
|
29
29
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
30
30
|
"moduleId": 95547,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"exportedName": "deleteWorkspace",
|
|
37
37
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"40b15102de1db2bc4e8a6645b5c185c83f50624da1": {
|
|
40
40
|
"workers": {
|
|
41
41
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
42
42
|
"moduleId": 95547,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportedName": "getLabelsForWorkspace",
|
|
49
49
|
"filename": "project/f/tower/src/actions/label-actions.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"403d4c6d2ec152f1ac6b886660d9a1f76afc455c95": {
|
|
52
52
|
"workers": {
|
|
53
53
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
54
54
|
"moduleId": 95547,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "createLabel",
|
|
61
61
|
"filename": "project/f/tower/src/actions/label-actions.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"40175af511da3f485551beb23f683777478a4f455c": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
66
66
|
"moduleId": 95547,
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"exportedName": "deleteLabel",
|
|
73
73
|
"filename": "project/f/tower/src/actions/label-actions.ts"
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"6001179c55b9e8fbaacafb8a92d90bded2fb982406": {
|
|
76
76
|
"workers": {
|
|
77
77
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
78
78
|
"moduleId": 95547,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"exportedName": "globalSearch",
|
|
85
85
|
"filename": "project/f/tower/src/actions/search-actions.ts"
|
|
86
86
|
},
|
|
87
|
-
"
|
|
87
|
+
"60876e2a334c30c5ba151f09d3308e73e858536678": {
|
|
88
88
|
"workers": {
|
|
89
89
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
90
90
|
"moduleId": 95547,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"exportedName": "getConfigValue",
|
|
97
97
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
98
98
|
},
|
|
99
|
-
"
|
|
99
|
+
"4014d65a7cb4e44cef69364d4265db25536ad2b51b": {
|
|
100
100
|
"workers": {
|
|
101
101
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
102
102
|
"moduleId": 95547,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"exportedName": "resolveGitLocalPath",
|
|
109
109
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"60f4d0bc02bf4546f15e2988ea35e628c63de7fc47": {
|
|
112
112
|
"workers": {
|
|
113
113
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
114
114
|
"moduleId": 95547,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "analyzeProjectDirectory",
|
|
121
121
|
"filename": "project/f/tower/src/actions/project-actions.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"60fabeca5f7653ab2766cf231a2885d26de4adb15e": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
126
126
|
"moduleId": 95547,
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"exportedName": "migrateProjectPath",
|
|
133
133
|
"filename": "project/f/tower/src/actions/project-actions.ts"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"40257959581af70539abce0d52368f1b4e64d3b895": {
|
|
136
136
|
"workers": {
|
|
137
137
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
138
138
|
"moduleId": 95547,
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"exportedName": "checkMigrationSafety",
|
|
145
145
|
"filename": "project/f/tower/src/actions/project-actions.ts"
|
|
146
146
|
},
|
|
147
|
-
"
|
|
147
|
+
"007847fad96a3f9221506aa739c0454f481fb832eb": {
|
|
148
148
|
"workers": {
|
|
149
149
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
150
150
|
"moduleId": 95547,
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"exportedName": "getActualWsPort",
|
|
157
157
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
158
158
|
},
|
|
159
|
-
"
|
|
159
|
+
"40174680574299f60aefb39ccf266a3ae8f1cd8eb6": {
|
|
160
160
|
"workers": {
|
|
161
161
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
162
162
|
"moduleId": 95547,
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"exportedName": "createProject",
|
|
169
169
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"60c717998ae4577d9acbe23ed6297693b47434d782": {
|
|
172
172
|
"workers": {
|
|
173
173
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
174
174
|
"moduleId": 95547,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "setConfigValue",
|
|
181
181
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"00980232976ff4e5d8239c03513711c533f22de33a": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
186
186
|
"moduleId": 95547,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"exportedName": "getOnboardingStatus",
|
|
193
193
|
"filename": "project/f/tower/src/actions/onboarding-actions.ts"
|
|
194
194
|
},
|
|
195
|
-
"
|
|
195
|
+
"400f16ec4822157312241e4120389fe67f2b6d214d": {
|
|
196
196
|
"workers": {
|
|
197
197
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
198
198
|
"moduleId": 95547,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exportedName": "completeOnboarding",
|
|
205
205
|
"filename": "project/f/tower/src/actions/onboarding-actions.ts"
|
|
206
206
|
},
|
|
207
|
-
"
|
|
207
|
+
"407216a6ad8b83764409f4170b0f67fedd774572d0": {
|
|
208
208
|
"workers": {
|
|
209
209
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
210
210
|
"moduleId": 95547,
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"exportedName": "setOnboardingProgress",
|
|
217
217
|
"filename": "project/f/tower/src/actions/onboarding-actions.ts"
|
|
218
218
|
},
|
|
219
|
-
"
|
|
219
|
+
"4083c2e344b79f5f91f776ebe891065f634fd9ebc3": {
|
|
220
220
|
"workers": {
|
|
221
221
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
222
222
|
"moduleId": 95547,
|
|
@@ -228,55 +228,55 @@
|
|
|
228
228
|
"exportedName": "dispatchTaskCompletionEvent",
|
|
229
229
|
"filename": "project/f/tower/src/actions/onboarding-actions.ts"
|
|
230
230
|
},
|
|
231
|
-
"
|
|
231
|
+
"4002e2fbb9b4c06854387b5be339a2f3edb08b37ee": {
|
|
232
232
|
"workers": {
|
|
233
233
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
234
234
|
"moduleId": 95547,
|
|
235
235
|
"async": true,
|
|
236
|
-
"exportedName": "
|
|
236
|
+
"exportedName": "getAssetById",
|
|
237
237
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
|
-
"exportedName": "
|
|
240
|
+
"exportedName": "getAssetById",
|
|
241
241
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"4011cc20ccbcb9f84be2fe455371c787da0788bdd1": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
246
246
|
"moduleId": 95547,
|
|
247
247
|
"async": true,
|
|
248
|
-
"exportedName": "
|
|
248
|
+
"exportedName": "uploadAsset",
|
|
249
249
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
250
250
|
}
|
|
251
251
|
},
|
|
252
|
-
"exportedName": "
|
|
252
|
+
"exportedName": "uploadAsset",
|
|
253
253
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
254
254
|
},
|
|
255
|
-
"
|
|
255
|
+
"4026a7d73b1d7beef550c3dec2590f2c472993ff06": {
|
|
256
256
|
"workers": {
|
|
257
257
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
258
258
|
"moduleId": 95547,
|
|
259
259
|
"async": true,
|
|
260
|
-
"exportedName": "
|
|
260
|
+
"exportedName": "createAsset",
|
|
261
261
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
|
-
"exportedName": "
|
|
264
|
+
"exportedName": "createAsset",
|
|
265
265
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
266
266
|
},
|
|
267
|
-
"
|
|
267
|
+
"402877f989e205de8b9ca5ef06e01f7567332b689a": {
|
|
268
268
|
"workers": {
|
|
269
269
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
270
270
|
"moduleId": 95547,
|
|
271
271
|
"async": true,
|
|
272
|
-
"exportedName": "
|
|
272
|
+
"exportedName": "getTaskAssets",
|
|
273
273
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
"exportedName": "
|
|
276
|
+
"exportedName": "getTaskAssets",
|
|
277
277
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"40934f8a6592adedaa3aef63eb55eaa3bc3fa3ca6c": {
|
|
280
280
|
"workers": {
|
|
281
281
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
282
282
|
"moduleId": 95547,
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"exportedName": "deleteAsset",
|
|
289
289
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
290
290
|
},
|
|
291
|
-
"
|
|
291
|
+
"40eeaf1abb9b95b14aa35953d8300092694ee37a33": {
|
|
292
292
|
"workers": {
|
|
293
293
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
294
294
|
"moduleId": 95547,
|
|
@@ -300,43 +300,43 @@
|
|
|
300
300
|
"exportedName": "getProjectAssets",
|
|
301
301
|
"filename": "project/f/tower/src/actions/asset-actions.ts"
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"0074e32772c2f2a04190f7e6d9619167de8e2156fa": {
|
|
304
304
|
"workers": {
|
|
305
305
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
306
306
|
"moduleId": 95547,
|
|
307
307
|
"async": true,
|
|
308
|
-
"exportedName": "
|
|
308
|
+
"exportedName": "getPlatformInfo",
|
|
309
309
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
310
310
|
}
|
|
311
311
|
},
|
|
312
|
-
"exportedName": "
|
|
312
|
+
"exportedName": "getPlatformInfo",
|
|
313
313
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
314
314
|
},
|
|
315
|
-
"
|
|
315
|
+
"0099cb08cf7d4a86f931443a83caf2af5e392f7a2f": {
|
|
316
316
|
"workers": {
|
|
317
317
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
318
318
|
"moduleId": 95547,
|
|
319
319
|
"async": true,
|
|
320
|
-
"exportedName": "
|
|
320
|
+
"exportedName": "getAvailableShells",
|
|
321
321
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
322
322
|
}
|
|
323
323
|
},
|
|
324
|
-
"exportedName": "
|
|
324
|
+
"exportedName": "getAvailableShells",
|
|
325
325
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
326
326
|
},
|
|
327
|
-
"
|
|
327
|
+
"00e401a2e066dc0a2fdd558f645b0ae5cde6ee1b74": {
|
|
328
328
|
"workers": {
|
|
329
329
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
330
330
|
"moduleId": 95547,
|
|
331
331
|
"async": true,
|
|
332
|
-
"exportedName": "
|
|
332
|
+
"exportedName": "getAvailableTerminalApps",
|
|
333
333
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
-
"exportedName": "
|
|
336
|
+
"exportedName": "getAvailableTerminalApps",
|
|
337
337
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
338
338
|
},
|
|
339
|
-
"
|
|
339
|
+
"407d1ae7456d0a55a914be2f62c3e3bc14920a1383": {
|
|
340
340
|
"workers": {
|
|
341
341
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
342
342
|
"moduleId": 95547,
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"exportedName": "getConfigValues",
|
|
349
349
|
"filename": "project/f/tower/src/actions/config-actions.ts"
|
|
350
350
|
},
|
|
351
|
-
"
|
|
351
|
+
"007a65ed9cccdfb63e168573d3517c4e43ac1bf80c": {
|
|
352
352
|
"workers": {
|
|
353
353
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
354
354
|
"moduleId": 95547,
|
|
@@ -360,79 +360,79 @@
|
|
|
360
360
|
"exportedName": "getWorkspacesWithProjects",
|
|
361
361
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"40168c3821f045fd64d0105bab8735f5e9e53547b7": {
|
|
364
364
|
"workers": {
|
|
365
365
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
366
366
|
"moduleId": 95547,
|
|
367
367
|
"async": true,
|
|
368
|
-
"exportedName": "
|
|
368
|
+
"exportedName": "getRecentLocalProjects",
|
|
369
369
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
370
370
|
}
|
|
371
371
|
},
|
|
372
|
-
"exportedName": "
|
|
372
|
+
"exportedName": "getRecentLocalProjects",
|
|
373
373
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
374
374
|
},
|
|
375
|
-
"
|
|
375
|
+
"4062e4207ea1da3bc910bf578675fc13f57a38b71e": {
|
|
376
376
|
"workers": {
|
|
377
377
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
378
378
|
"moduleId": 95547,
|
|
379
379
|
"async": true,
|
|
380
|
-
"exportedName": "
|
|
380
|
+
"exportedName": "getOrCreateTowerTaskId",
|
|
381
381
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
|
-
"exportedName": "
|
|
384
|
+
"exportedName": "getOrCreateTowerTaskId",
|
|
385
385
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
386
386
|
},
|
|
387
|
-
"
|
|
387
|
+
"4098e0063f1ea45bd87ffdcc7cccea30b6478a6b3b": {
|
|
388
388
|
"workers": {
|
|
389
389
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
390
390
|
"moduleId": 95547,
|
|
391
391
|
"async": true,
|
|
392
|
-
"exportedName": "
|
|
392
|
+
"exportedName": "deleteProject",
|
|
393
393
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
|
-
"exportedName": "
|
|
396
|
+
"exportedName": "deleteProject",
|
|
397
397
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
398
398
|
},
|
|
399
|
-
"
|
|
399
|
+
"40a4e724488780bb8a72ac0e847372e67f3269f07a": {
|
|
400
400
|
"workers": {
|
|
401
401
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
402
402
|
"moduleId": 95547,
|
|
403
403
|
"async": true,
|
|
404
|
-
"exportedName": "
|
|
404
|
+
"exportedName": "getWorkspacesWithRecentTasks",
|
|
405
405
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
|
-
"exportedName": "
|
|
408
|
+
"exportedName": "getWorkspacesWithRecentTasks",
|
|
409
409
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
410
410
|
},
|
|
411
|
-
"
|
|
411
|
+
"40d72319498c9243000052ebebd4d0c6e8ad4ac122": {
|
|
412
412
|
"workers": {
|
|
413
413
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
414
414
|
"moduleId": 95547,
|
|
415
415
|
"async": true,
|
|
416
|
-
"exportedName": "
|
|
416
|
+
"exportedName": "getWorkspaceById",
|
|
417
417
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
418
418
|
}
|
|
419
419
|
},
|
|
420
|
-
"exportedName": "
|
|
420
|
+
"exportedName": "getWorkspaceById",
|
|
421
421
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
422
422
|
},
|
|
423
|
-
"
|
|
423
|
+
"40ecdb30cd8946f126b57541480d8bfa2a88a72f17": {
|
|
424
424
|
"workers": {
|
|
425
425
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
426
426
|
"moduleId": 95547,
|
|
427
427
|
"async": true,
|
|
428
|
-
"exportedName": "
|
|
428
|
+
"exportedName": "getProjectByLocalPath",
|
|
429
429
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
|
-
"exportedName": "
|
|
432
|
+
"exportedName": "getProjectByLocalPath",
|
|
433
433
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
434
434
|
},
|
|
435
|
-
"
|
|
435
|
+
"60ffd6739cc144b04e9275d1454c62efdf2609c0bd": {
|
|
436
436
|
"workers": {
|
|
437
437
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
438
438
|
"moduleId": 95547,
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"exportedName": "updateProject",
|
|
445
445
|
"filename": "project/f/tower/src/actions/workspace-actions.ts"
|
|
446
446
|
},
|
|
447
|
-
"
|
|
447
|
+
"4043f82c4cf3019554c83f1da18cfe69d67a112e0d": {
|
|
448
448
|
"workers": {
|
|
449
449
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
450
450
|
"moduleId": 95547,
|