mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update stubbed data
This commit is contained in:
parent
bcddf556d5
commit
daaf493d4b
1 changed files with 24 additions and 22 deletions
|
|
@ -39,28 +39,30 @@ export const getDigest = async (userId: string): Promise<Digest | null> => {
|
|||
content: 'content',
|
||||
urlsToAudio: [],
|
||||
jobState: 'completed',
|
||||
speechFile: {
|
||||
pageId: '1234',
|
||||
wordCount: 2124,
|
||||
language: 'en-US',
|
||||
defaultVoice: 'en-US-ChristopherNeural',
|
||||
utterances: [
|
||||
{
|
||||
idx: '',
|
||||
text: 'TOP prospect JOINS Canucks - Team SPEAKS OUT on Demko Injury | Canucks News',
|
||||
wordOffset: 0,
|
||||
wordCount: 14,
|
||||
voice: 'en-US-ChristopherNeural',
|
||||
},
|
||||
{
|
||||
idx: '4',
|
||||
text: 'Intro',
|
||||
wordOffset: 14,
|
||||
wordCount: 1,
|
||||
voice: 'en-US-ChristopherNeural',
|
||||
},
|
||||
],
|
||||
},
|
||||
speechFiles: [
|
||||
{
|
||||
pageId: '1234',
|
||||
wordCount: 2124,
|
||||
language: 'en-US',
|
||||
defaultVoice: 'en-US-ChristopherNeural',
|
||||
utterances: [
|
||||
{
|
||||
idx: '',
|
||||
text: 'TOP prospect JOINS Canucks - Team SPEAKS OUT on Demko Injury | Canucks News',
|
||||
wordOffset: 0,
|
||||
wordCount: 14,
|
||||
voice: 'en-US-ChristopherNeural',
|
||||
},
|
||||
{
|
||||
idx: '4',
|
||||
text: 'Intro',
|
||||
wordOffset: 14,
|
||||
wordCount: 1,
|
||||
voice: 'en-US-ChristopherNeural',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
})
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue