@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.
Files changed (98) hide show
  1. package/api_docs/ts/.nojekyll +1 -0
  2. package/api_docs/ts/assets/highlight.css +127 -0
  3. package/api_docs/ts/assets/main.js +59 -0
  4. package/api_docs/ts/assets/navigation.js +1 -0
  5. package/api_docs/ts/assets/search.js +1 -0
  6. package/api_docs/ts/assets/style.css +1383 -0
  7. package/api_docs/ts/classes/ClientConfig.html +216 -0
  8. package/api_docs/ts/classes/ClientInitConfig.html +155 -0
  9. package/api_docs/ts/classes/VonageClient.html +1170 -0
  10. package/api_docs/ts/functions/convertInitConfig.html +70 -0
  11. package/api_docs/ts/functions/createVonageLogger.html +91 -0
  12. package/api_docs/ts/functions/setDefaultLoggingLevel.html +76 -0
  13. package/api_docs/ts/functions/setVonageClientLoggingLevel.html +76 -0
  14. package/api_docs/ts/index.html +117 -0
  15. package/api_docs/ts/interfaces/ConversationEvent.html +112 -0
  16. package/api_docs/ts/interfaces/ConversationState.html +1201 -0
  17. package/api_docs/ts/interfaces/CustomConversationEvent.html +178 -0
  18. package/api_docs/ts/interfaces/EmbeddedInfo.html +127 -0
  19. package/api_docs/ts/interfaces/EphemeralConversationEvent.html +156 -0
  20. package/api_docs/ts/interfaces/EventsPage.html +109 -0
  21. package/api_docs/ts/interfaces/From.html +97 -0
  22. package/api_docs/ts/interfaces/MemberInvitedEvent.html +167 -0
  23. package/api_docs/ts/interfaces/MemberJoinedEvent.html +167 -0
  24. package/api_docs/ts/interfaces/MemberLeftEvent.html +167 -0
  25. package/api_docs/ts/interfaces/MemberState.html +1201 -0
  26. package/api_docs/ts/interfaces/MessageAudioEvent.html +167 -0
  27. package/api_docs/ts/interfaces/MessageCustomEvent.html +167 -0
  28. package/api_docs/ts/interfaces/MessageFileEvent.html +167 -0
  29. package/api_docs/ts/interfaces/MessageImageEvent.html +167 -0
  30. package/api_docs/ts/interfaces/MessageLocationEvent.html +167 -0
  31. package/api_docs/ts/interfaces/MessageTemplateEvent.html +167 -0
  32. package/api_docs/ts/interfaces/MessageTextEvent.html +167 -0
  33. package/api_docs/ts/interfaces/MessageVCardEvent.html +167 -0
  34. package/api_docs/ts/interfaces/MessageVideoEvent.html +167 -0
  35. package/api_docs/ts/interfaces/NonPersistentConversationEvent.html +141 -0
  36. package/api_docs/ts/interfaces/PersistentConversationEvent.html +117 -0
  37. package/api_docs/ts/interfaces/System.html +134 -0
  38. package/api_docs/ts/modules.html +151 -0
  39. package/api_docs/ts/types/CallDisconnectReason.html +61 -0
  40. package/api_docs/ts/types/CallSayParams.html +66 -0
  41. package/api_docs/ts/types/CancelReason.html +61 -0
  42. package/api_docs/ts/types/ChannelType.html +61 -0
  43. package/api_docs/ts/types/ClientConfigObject.html +61 -0
  44. package/api_docs/ts/types/ClientInitConfigObject.html +61 -0
  45. package/api_docs/ts/types/ConfigRegion.html +61 -0
  46. package/api_docs/ts/types/Conversation.html +68 -0
  47. package/api_docs/ts/types/ConversationsPage.html +66 -0
  48. package/api_docs/ts/types/CreateConversationParameters.html +68 -0
  49. package/api_docs/ts/types/CustomData.html +65 -0
  50. package/api_docs/ts/types/HangupReason.html +61 -0
  51. package/api_docs/ts/types/Json.html +66 -0
  52. package/api_docs/ts/types/JsonValue.html +61 -0
  53. package/api_docs/ts/types/Leg.html +61 -0
  54. package/api_docs/ts/types/LegStatus.html +61 -0
  55. package/api_docs/ts/types/LoggingLevel.html +61 -0
  56. package/api_docs/ts/types/Member.html +66 -0
  57. package/api_docs/ts/types/MembersPage.html +66 -0
  58. package/api_docs/ts/types/OrderBy.html +61 -0
  59. package/api_docs/ts/types/PresentingOrder.html +61 -0
  60. package/api_docs/ts/types/RTCQuality.html +61 -0
  61. package/api_docs/ts/types/RtcStats.html +61 -0
  62. package/api_docs/ts/types/SessionErrorReason.html +61 -0
  63. package/api_docs/ts/types/Topic.html +61 -0
  64. package/api_docs/ts/types/Topics.html +61 -0
  65. package/api_docs/ts/types/User.html +61 -0
  66. package/api_docs/ts/types/VonageError.html +61 -0
  67. package/api_docs/ts/types/VonageErrorType.html +61 -0
  68. package/api_docs/ts/types/VonageLogger.html +61 -0
  69. package/api_docs/ts/variables/CSErrorCodes.html +82 -0
  70. package/api_docs/ts/variables/CallDisconnectReason-1.html +61 -0
  71. package/api_docs/ts/variables/CancelReason-1.html +61 -0
  72. package/api_docs/ts/variables/ChannelType-1.html +61 -0
  73. package/api_docs/ts/variables/ConfigRegion-1.html +61 -0
  74. package/api_docs/ts/variables/HangupReason-1.html +61 -0
  75. package/api_docs/ts/variables/LegStatus-1.html +61 -0
  76. package/api_docs/ts/variables/LoggingLevel-1.html +61 -0
  77. package/api_docs/ts/variables/OrderBy-1.html +61 -0
  78. package/api_docs/ts/variables/PresentingOrder-1.html +61 -0
  79. package/api_docs/ts/variables/SessionErrorCodes.html +96 -0
  80. package/api_docs/ts/variables/SessionErrorReason-1.html +61 -0
  81. package/api_docs/ts/variables/Topic-1.html +61 -0
  82. package/api_docs/ts/variables/Topics-1.html +61 -0
  83. package/api_docs/ts/variables/VonageError-1.html +61 -0
  84. package/api_docs/ts/variables/VonageErrorType-1.html +61 -0
  85. package/dist/client/VonageClient.d.ts +12 -15
  86. package/dist/client/index.cjs +10712 -10408
  87. package/dist/client/index.mjs +10712 -10408
  88. package/dist/coreExtend.d.ts +2 -0
  89. package/dist/kotlin/clientsdk-clientcore_js.d.ts +35 -20
  90. package/dist/utils/JsonUtils.d.ts +9 -0
  91. package/dist/utils/index.d.ts +2 -1
  92. package/dist/utils/logging.d.ts +6 -1
  93. package/dist/vonageClientSDK.js +10206 -9911
  94. package/dist/vonageClientSDK.min.js +1 -1
  95. package/dist/vonageClientSDK.min.mjs +1 -1
  96. package/dist/vonageClientSDK.mjs +10206 -9911
  97. package/package.json +3 -2
  98. 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.0",
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",
package/dist/global.d.ts DELETED
@@ -1,7 +0,0 @@
1
- declare global {
2
- type JsonValue = object | null | boolean | string | number;
3
- type Json = {
4
- [property: string]: Json | JsonValue;
5
- } | Json[];
6
- }
7
- export {};