@vonage/client-sdk 1.3.0-alpha.0 → 1.3.0-alpha.2
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/api_docs/ts/.nojekyll +1 -0
- package/api_docs/ts/assets/highlight.css +127 -0
- package/api_docs/ts/assets/main.js +59 -0
- package/api_docs/ts/assets/navigation.js +1 -0
- package/api_docs/ts/assets/search.js +1 -0
- package/api_docs/ts/assets/style.css +1383 -0
- package/api_docs/ts/classes/ClientConfig.html +216 -0
- package/api_docs/ts/classes/ClientInitConfig.html +155 -0
- package/api_docs/ts/classes/VonageClient.html +1170 -0
- package/api_docs/ts/functions/convertInitConfig.html +70 -0
- package/api_docs/ts/functions/createVonageLogger.html +91 -0
- package/api_docs/ts/functions/setDefaultLoggingLevel.html +76 -0
- package/api_docs/ts/functions/setVonageClientLoggingLevel.html +76 -0
- package/api_docs/ts/index.html +117 -0
- package/api_docs/ts/interfaces/ConversationEvent.html +112 -0
- package/api_docs/ts/interfaces/ConversationState.html +1201 -0
- package/api_docs/ts/interfaces/CustomConversationEvent.html +178 -0
- package/api_docs/ts/interfaces/EmbeddedInfo.html +127 -0
- package/api_docs/ts/interfaces/EphemeralConversationEvent.html +156 -0
- package/api_docs/ts/interfaces/EventsPage.html +109 -0
- package/api_docs/ts/interfaces/From.html +97 -0
- package/api_docs/ts/interfaces/MemberInvitedEvent.html +167 -0
- package/api_docs/ts/interfaces/MemberJoinedEvent.html +167 -0
- package/api_docs/ts/interfaces/MemberLeftEvent.html +167 -0
- package/api_docs/ts/interfaces/MemberState.html +1201 -0
- package/api_docs/ts/interfaces/MessageAudioEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageCustomEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageFileEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageImageEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageLocationEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageTemplateEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageTextEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageVCardEvent.html +167 -0
- package/api_docs/ts/interfaces/MessageVideoEvent.html +167 -0
- package/api_docs/ts/interfaces/NonPersistentConversationEvent.html +141 -0
- package/api_docs/ts/interfaces/PersistentConversationEvent.html +117 -0
- package/api_docs/ts/interfaces/System.html +134 -0
- package/api_docs/ts/modules.html +151 -0
- package/api_docs/ts/types/CallDisconnectReason.html +61 -0
- package/api_docs/ts/types/CallSayParams.html +66 -0
- package/api_docs/ts/types/CancelReason.html +61 -0
- package/api_docs/ts/types/ChannelType.html +61 -0
- package/api_docs/ts/types/ClientConfigObject.html +61 -0
- package/api_docs/ts/types/ClientInitConfigObject.html +61 -0
- package/api_docs/ts/types/ConfigRegion.html +61 -0
- package/api_docs/ts/types/Conversation.html +68 -0
- package/api_docs/ts/types/ConversationsPage.html +66 -0
- package/api_docs/ts/types/CreateConversationParameters.html +68 -0
- package/api_docs/ts/types/CustomData.html +65 -0
- package/api_docs/ts/types/HangupReason.html +61 -0
- package/api_docs/ts/types/Json.html +66 -0
- package/api_docs/ts/types/JsonValue.html +61 -0
- package/api_docs/ts/types/Leg.html +61 -0
- package/api_docs/ts/types/LegStatus.html +61 -0
- package/api_docs/ts/types/LoggingLevel.html +61 -0
- package/api_docs/ts/types/Member.html +66 -0
- package/api_docs/ts/types/MembersPage.html +66 -0
- package/api_docs/ts/types/OrderBy.html +61 -0
- package/api_docs/ts/types/PresentingOrder.html +61 -0
- package/api_docs/ts/types/RTCQuality.html +61 -0
- package/api_docs/ts/types/RtcStats.html +61 -0
- package/api_docs/ts/types/SessionErrorReason.html +61 -0
- package/api_docs/ts/types/Topic.html +61 -0
- package/api_docs/ts/types/Topics.html +61 -0
- package/api_docs/ts/types/User.html +61 -0
- package/api_docs/ts/types/VonageError.html +61 -0
- package/api_docs/ts/types/VonageErrorType.html +61 -0
- package/api_docs/ts/types/VonageLogger.html +61 -0
- package/api_docs/ts/variables/CSErrorCodes.html +82 -0
- package/api_docs/ts/variables/CallDisconnectReason-1.html +61 -0
- package/api_docs/ts/variables/CancelReason-1.html +61 -0
- package/api_docs/ts/variables/ChannelType-1.html +61 -0
- package/api_docs/ts/variables/ConfigRegion-1.html +61 -0
- package/api_docs/ts/variables/HangupReason-1.html +61 -0
- package/api_docs/ts/variables/LegStatus-1.html +61 -0
- package/api_docs/ts/variables/LoggingLevel-1.html +61 -0
- package/api_docs/ts/variables/OrderBy-1.html +61 -0
- package/api_docs/ts/variables/PresentingOrder-1.html +61 -0
- package/api_docs/ts/variables/SessionErrorCodes.html +96 -0
- package/api_docs/ts/variables/SessionErrorReason-1.html +61 -0
- package/api_docs/ts/variables/Topic-1.html +61 -0
- package/api_docs/ts/variables/Topics-1.html +61 -0
- package/api_docs/ts/variables/VonageError-1.html +61 -0
- package/api_docs/ts/variables/VonageErrorType-1.html +61 -0
- package/dist/client/VonageClient.d.ts +12 -15
- package/dist/client/index.cjs +10712 -10408
- package/dist/client/index.mjs +10712 -10408
- package/dist/coreExtend.d.ts +2 -0
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +35 -20
- package/dist/utils/JsonUtils.d.ts +9 -0
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/logging.d.ts +6 -1
- package/dist/vonageClientSDK.js +10206 -9911
- package/dist/vonageClientSDK.min.js +1 -1
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +10206 -9911
- package/package.json +3 -2
- package/dist/global.d.ts +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/client-sdk",
|
|
3
|
-
"version": "1.3.0-alpha.
|
|
3
|
+
"version": "1.3.0-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/client/index.mjs",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"check": "tsc --project ./examples/tsconfig.json --noEmit --skipLibCheck --strictNullChecks true",
|
|
32
32
|
"lint": "eslint . --ext .ts",
|
|
33
33
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
34
|
-
"clean": "rm -Rf node_modules/*; rm -Rf dist/"
|
|
34
|
+
"clean": "rm -Rf node_modules/*; rm -Rf dist/",
|
|
35
|
+
"build:docs": "npx typedoc --includeVersion --tsconfig ./tsconfig.json --out api_docs/ts src/client/index.ts --includes examples/snippets --disableSources --excludeReferences"
|
|
35
36
|
},
|
|
36
37
|
"author": "Vonage CS Team <nexmo.rtc.ci@vonage.com> (https://developer.vonage.com/client-sdk/overview)",
|
|
37
38
|
"license": "SEE LICENSE IN LICENSE",
|