actions-on-google / assistant-conversation-nodejs

A developer friendly way to fulfill Actions SDK handlers for the Google Assistant
https://actions-on-google.github.io/assistant-conversation-nodejs
Apache License 2.0
104 stars 38 forks source link

missing the 'index' type in MediaContext interface #30

Closed panaC closed 3 years ago

panaC commented 3 years ago

https://github.com/actions-on-google/assistant-conversation-nodejs/blob/402f7d113c5c561c0850ad8aabdcf9643a509a22/src/api/schema.ts#L96-L102

context: Context { media: { index: 0, progress: '6.733s' } },

Fleker commented 3 years ago

Thanks for reporting. There seem to be a few types/interfaces missing. We'll be regenerating the schema soon.