You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* SWI-5429 Update Test Suite and Workflows
* update template
* remove matrix from smoke tests
* add unit tests for calls, conferences, recordings
* update method names
* use nes asserts from extended library
* media and messages
* update asserts with !
* update api error tests
* more mock tests
* add jest-extended
* update tnl tests
* messages tests
* remove unnecessary globalThis
* more globalThis removal
* update to 200
* update bw spec
* add prism to workflows
* move prism to one step
* update matrices
* run prism in another shell
* why is node 16 back
* run tests fr this time
* update package template
* update readme to remove node 16
* regenerate
* specify bash to hopefully work on windows
* does npm work?
* update readme
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `204` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
37
+
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
38
38
* @summary Delete a specific transcription
39
39
* @param {string} accountId Your Bandwidth Account ID.
40
40
* @param {string} callId Programmable Voice API Call ID.
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `204` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
181
+
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
182
182
* @summary Delete a specific transcription
183
183
* @param {string} accountId Your Bandwidth Account ID.
184
184
* @param {string} callId Programmable Voice API Call ID.
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `204` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
235
+
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
236
236
* @summary Delete a specific transcription
237
237
* @param {string} accountId Your Bandwidth Account ID.
238
238
* @param {string} callId Programmable Voice API Call ID.
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `204` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
280
+
* Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription). Note: After the deletion is requested and a `200` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
281
281
* @summary Delete a specific transcription
282
282
* @param {string} accountId Your Bandwidth Account ID.
283
283
* @param {string} callId Programmable Voice API Call ID.
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
0 commit comments