@vonage/client-sdk 1.3.0-alpha.2 → 1.3.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -6
- package/api_docs/ts/assets/navigation.js +1 -1
- package/api_docs/ts/assets/search.js +1 -1
- package/api_docs/ts/classes/ClientConfig.html +7 -205
- package/api_docs/ts/classes/ClientInitConfig.html +4 -148
- package/api_docs/ts/classes/VonageClient.html +232 -1102
- package/api_docs/ts/functions/setDefaultLoggingLevel.html +3 -76
- package/api_docs/ts/functions/setVonageClientLoggingLevel.html +3 -76
- package/api_docs/ts/index.html +2 -86
- package/api_docs/ts/interfaces/ConversationEvent.html +4 -108
- package/api_docs/ts/interfaces/ConversationState.html +122 -1125
- package/api_docs/ts/interfaces/CustomConversationEvent.html +12 -173
- package/api_docs/ts/interfaces/EmbeddedInfo.html +7 -125
- package/api_docs/ts/interfaces/EphemeralConversationEvent.html +10 -153
- package/api_docs/ts/interfaces/EventDeleteConversationEvent.html +15 -0
- package/api_docs/ts/interfaces/From.html +3 -96
- package/api_docs/ts/interfaces/Location.html +5 -0
- package/api_docs/ts/interfaces/MemberInvitedEvent.html +11 -163
- package/api_docs/ts/interfaces/MemberJoinedEvent.html +11 -163
- package/api_docs/ts/interfaces/MemberLeftEvent.html +11 -163
- package/api_docs/ts/interfaces/MemberState.html +122 -1125
- package/api_docs/ts/interfaces/MessageAudioEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageCustomEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageFileEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageImageEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageLocationEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageTemplateEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageTextEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageVCardEvent.html +11 -163
- package/api_docs/ts/interfaces/MessageVideoEvent.html +11 -163
- package/api_docs/ts/interfaces/NonPersistentConversationEvent.html +5 -138
- package/api_docs/ts/interfaces/PersistentConversationEvent.html +4 -112
- package/api_docs/ts/interfaces/System.html +5 -133
- package/api_docs/ts/interfaces/Template.html +3 -0
- package/api_docs/ts/interfaces/Whatsapp.html +3 -0
- package/api_docs/ts/modules.html +9 -127
- package/api_docs/ts/types/CustomData.html +2 -64
- package/dist/client/VonageClient.d.ts +146 -17
- package/dist/client/index.cjs +20242 -18998
- package/dist/client/index.mjs +20242 -18998
- package/dist/kotlin/JsUnions.d.ts +17 -2
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +79 -77
- package/dist/utils/ConversationModels.d.ts +18 -1
- package/dist/utils/RequestParameterModels.d.ts +17 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/vonageClientSDK.js +19935 -18726
- package/dist/vonageClientSDK.min.js +1 -1
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +19935 -18726
- package/package.json +3 -2
- package/scripts/replaceAllDoNotUseOrImplement.js +25 -0
- package/typedoc.json +40 -0
- package/api_docs/ts/functions/convertInitConfig.html +0 -70
- package/api_docs/ts/functions/createVonageLogger.html +0 -91
- package/api_docs/ts/interfaces/EventsPage.html +0 -109
- package/api_docs/ts/types/CallDisconnectReason.html +0 -61
- package/api_docs/ts/types/CallSayParams.html +0 -66
- package/api_docs/ts/types/CancelReason.html +0 -61
- package/api_docs/ts/types/ChannelType.html +0 -61
- package/api_docs/ts/types/ClientConfigObject.html +0 -61
- package/api_docs/ts/types/ClientInitConfigObject.html +0 -61
- package/api_docs/ts/types/ConfigRegion.html +0 -61
- package/api_docs/ts/types/Conversation.html +0 -68
- package/api_docs/ts/types/ConversationsPage.html +0 -66
- package/api_docs/ts/types/CreateConversationParameters.html +0 -68
- package/api_docs/ts/types/HangupReason.html +0 -61
- package/api_docs/ts/types/Json.html +0 -66
- package/api_docs/ts/types/JsonValue.html +0 -61
- package/api_docs/ts/types/Leg.html +0 -61
- package/api_docs/ts/types/LegStatus.html +0 -61
- package/api_docs/ts/types/LoggingLevel.html +0 -61
- package/api_docs/ts/types/Member.html +0 -66
- package/api_docs/ts/types/MembersPage.html +0 -66
- package/api_docs/ts/types/OrderBy.html +0 -61
- package/api_docs/ts/types/PresentingOrder.html +0 -61
- package/api_docs/ts/types/RTCQuality.html +0 -61
- package/api_docs/ts/types/RtcStats.html +0 -61
- package/api_docs/ts/types/SessionErrorReason.html +0 -61
- package/api_docs/ts/types/Topic.html +0 -61
- package/api_docs/ts/types/Topics.html +0 -61
- package/api_docs/ts/types/User.html +0 -61
- package/api_docs/ts/types/VonageError.html +0 -61
- package/api_docs/ts/types/VonageErrorType.html +0 -61
- package/api_docs/ts/types/VonageLogger.html +0 -61
- package/api_docs/ts/variables/CSErrorCodes.html +0 -82
- package/api_docs/ts/variables/CallDisconnectReason-1.html +0 -61
- package/api_docs/ts/variables/CancelReason-1.html +0 -61
- package/api_docs/ts/variables/ChannelType-1.html +0 -61
- package/api_docs/ts/variables/ConfigRegion-1.html +0 -61
- package/api_docs/ts/variables/HangupReason-1.html +0 -61
- package/api_docs/ts/variables/LegStatus-1.html +0 -61
- package/api_docs/ts/variables/LoggingLevel-1.html +0 -61
- package/api_docs/ts/variables/OrderBy-1.html +0 -61
- package/api_docs/ts/variables/PresentingOrder-1.html +0 -61
- package/api_docs/ts/variables/SessionErrorCodes.html +0 -96
- package/api_docs/ts/variables/SessionErrorReason-1.html +0 -61
- package/api_docs/ts/variables/Topic-1.html +0 -61
- package/api_docs/ts/variables/Topics-1.html +0 -61
- package/api_docs/ts/variables/VonageError-1.html +0 -61
- package/api_docs/ts/variables/VonageErrorType-1.html +0 -61
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.