Skip to content

Commit 8da9c5b

Browse files
committed
Update manifest.json
1 parent 3ad66da commit 8da9c5b

1 file changed

Lines changed: 57 additions & 54 deletions

File tree

apps/web/public/.well-known/workflow/v1/manifest.json

Lines changed: 57 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,44 @@
11
{
22
"version": "1.0.0",
33
"steps": {
4-
"node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/internal/builtins.js": {
5-
"__builtin_response_array_buffer": {
6-
"stepId": "__builtin_response_array_buffer"
7-
},
8-
"__builtin_response_json": {
9-
"stepId": "__builtin_response_json"
10-
},
11-
"__builtin_response_text": {
12-
"stepId": "__builtin_response_text"
13-
}
14-
},
154
"node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/stdlib.js": {
165
"fetch": {
176
"stepId": "step//workflow@4.2.0-beta.73//fetch"
187
}
198
},
20-
"workflows/process-video.ts": {
21-
"cleanupRawUpload": {
22-
"stepId": "step//./workflows/process-video//cleanupRawUpload"
9+
"workflows/transcribe.ts": {
10+
"_enhanceAndSaveAudio": {
11+
"stepId": "step//./workflows/transcribe//_enhanceAndSaveAudio"
2312
},
24-
"processVideoOnMediaServer": {
25-
"stepId": "step//./workflows/process-video//processVideoOnMediaServer"
13+
"_markEnhancedAudioProcessing": {
14+
"stepId": "step//./workflows/transcribe//_markEnhancedAudioProcessing"
2615
},
27-
"saveMetadataAndComplete": {
28-
"stepId": "step//./workflows/process-video//saveMetadataAndComplete"
16+
"cleanupTempAudio": {
17+
"stepId": "step//./workflows/transcribe//cleanupTempAudio"
2918
},
30-
"setProcessingError": {
31-
"stepId": "step//./workflows/process-video//setProcessingError"
19+
"extractAudio": {
20+
"stepId": "step//./workflows/transcribe//extractAudio"
3221
},
33-
"validateProcessingRequest": {
34-
"stepId": "step//./workflows/process-video//validateProcessingRequest"
22+
"markError": {
23+
"stepId": "step//./workflows/transcribe//markError"
24+
},
25+
"markNoAudio": {
26+
"stepId": "step//./workflows/transcribe//markNoAudio"
27+
},
28+
"markSkipped": {
29+
"stepId": "step//./workflows/transcribe//markSkipped"
30+
},
31+
"queueAiGeneration": {
32+
"stepId": "step//./workflows/transcribe//queueAiGeneration"
33+
},
34+
"saveTranscription": {
35+
"stepId": "step//./workflows/transcribe//saveTranscription"
36+
},
37+
"transcribeWithDeepgram": {
38+
"stepId": "step//./workflows/transcribe//transcribeWithDeepgram"
39+
},
40+
"validateVideo": {
41+
"stepId": "step//./workflows/transcribe//validateVideo"
3542
}
3643
},
3744
"workflows/edit-video.ts": {
@@ -68,36 +75,32 @@
6875
"stepId": "step//./workflows/import-loom-video//setProcessingError"
6976
}
7077
},
71-
"workflows/transcribe.ts": {
72-
"_enhanceAndSaveAudio": {
73-
"stepId": "step//./workflows/transcribe//_enhanceAndSaveAudio"
74-
},
75-
"_markEnhancedAudioProcessing": {
76-
"stepId": "step//./workflows/transcribe//_markEnhancedAudioProcessing"
77-
},
78-
"cleanupTempAudio": {
79-
"stepId": "step//./workflows/transcribe//cleanupTempAudio"
80-
},
81-
"extractAudio": {
82-
"stepId": "step//./workflows/transcribe//extractAudio"
78+
"node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/internal/builtins.js": {
79+
"__builtin_response_array_buffer": {
80+
"stepId": "__builtin_response_array_buffer"
8381
},
84-
"markNoAudio": {
85-
"stepId": "step//./workflows/transcribe//markNoAudio"
82+
"__builtin_response_json": {
83+
"stepId": "__builtin_response_json"
8684
},
87-
"markSkipped": {
88-
"stepId": "step//./workflows/transcribe//markSkipped"
85+
"__builtin_response_text": {
86+
"stepId": "__builtin_response_text"
87+
}
88+
},
89+
"workflows/process-video.ts": {
90+
"cleanupRawUpload": {
91+
"stepId": "step//./workflows/process-video//cleanupRawUpload"
8992
},
90-
"queueAiGeneration": {
91-
"stepId": "step//./workflows/transcribe//queueAiGeneration"
93+
"processVideoOnMediaServer": {
94+
"stepId": "step//./workflows/process-video//processVideoOnMediaServer"
9295
},
93-
"saveTranscription": {
94-
"stepId": "step//./workflows/transcribe//saveTranscription"
96+
"saveMetadataAndComplete": {
97+
"stepId": "step//./workflows/process-video//saveMetadataAndComplete"
9598
},
96-
"transcribeWithDeepgram": {
97-
"stepId": "step//./workflows/transcribe//transcribeWithDeepgram"
99+
"setProcessingError": {
100+
"stepId": "step//./workflows/process-video//setProcessingError"
98101
},
99-
"validateVideo": {
100-
"stepId": "step//./workflows/transcribe//validateVideo"
102+
"validateProcessingRequest": {
103+
"stepId": "step//./workflows/process-video//validateProcessingRequest"
101104
}
102105
},
103106
"workflows/generate-ai.ts": {
@@ -119,16 +122,16 @@
119122
}
120123
},
121124
"workflows": {
122-
"workflows/process-video.ts": {
123-
"processVideoWorkflow": {
124-
"workflowId": "workflow//./workflows/process-video//processVideoWorkflow",
125+
"workflows/transcribe.ts": {
126+
"transcribeVideoWorkflow": {
127+
"workflowId": "workflow//./workflows/transcribe//transcribeVideoWorkflow",
125128
"graph": {
126129
"nodes": [
127130
{
128131
"id": "start",
129132
"type": "workflowStart",
130133
"data": {
131-
"label": "Start: processVideoWorkflow",
134+
"label": "Start: transcribeVideoWorkflow",
132135
"nodeKind": "workflow_start"
133136
}
134137
},
@@ -218,16 +221,16 @@
218221
}
219222
}
220223
},
221-
"workflows/transcribe.ts": {
222-
"transcribeVideoWorkflow": {
223-
"workflowId": "workflow//./workflows/transcribe//transcribeVideoWorkflow",
224+
"workflows/process-video.ts": {
225+
"processVideoWorkflow": {
226+
"workflowId": "workflow//./workflows/process-video//processVideoWorkflow",
224227
"graph": {
225228
"nodes": [
226229
{
227230
"id": "start",
228231
"type": "workflowStart",
229232
"data": {
230-
"label": "Start: transcribeVideoWorkflow",
233+
"label": "Start: processVideoWorkflow",
231234
"nodeKind": "workflow_start"
232235
}
233236
},

0 commit comments

Comments
 (0)