Node
See our releases on GitHub for more detailed changelogs
v7
What's Changed
- Updated Phone Number Lookup to use V2 API
- Added new request and response models for Asynchronous and Synchronous lookups
- Added
createAsyncBulkLookup,getAsyncBulkLookupandcreateSyncLookupmethods toPhoneNumberLookupApi - Removed previous lookup methods
v6
What's Changed
- Updated Models for Messaging Callbacks
Callbackis now a oneOfInboundCallbackorStatusCallbackInboundCallbackshould be used for all inbound callbacksStatusCallbackshould be used for all status updates of created messages
v5
What's Changed
- TFV Status Enum values updated
PARTIALLY_VERIFIEDandINVALID_STATUShave been removed
- Callback Type Enum values updated
- Each enum value is now prefixed with 'Message'
v4
What's Changed
- Messaging Callbacks consolidated into one model
InboundMessageCallback,MessageSendingCallback,MessageDeliveredCallback, andMessageFailedCallbackare nowMessageCallback
v3
What's Changed
- Call transcription properties
detectedLanguageandtrackare now proper enums. They were previously strings. - Call transcription property
texthas been updated totranscriptto properly reflect the API response.
v2
What's Changed
- Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.
v1
What's Changed
- Generated an entirely new SDK using the open-source OpenAPI Generator Library
- Combined our separate, product-specific SDKs into one unified SDK
- Rewrote the BXML library