@vonage/client-sdk 1.3.0-alpha.2 → 1.3.0-alpha.3

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 (96) hide show
  1. package/README.md +9 -6
  2. package/api_docs/ts/assets/navigation.js +1 -1
  3. package/api_docs/ts/assets/search.js +1 -1
  4. package/api_docs/ts/classes/ClientConfig.html +17 -13
  5. package/api_docs/ts/classes/ClientInitConfig.html +18 -14
  6. package/api_docs/ts/classes/VonageClient.html +199 -198
  7. package/api_docs/ts/functions/setDefaultLoggingLevel.html +16 -12
  8. package/api_docs/ts/functions/setVonageClientLoggingLevel.html +16 -12
  9. package/api_docs/ts/index.html +16 -12
  10. package/api_docs/ts/interfaces/ConversationEvent.html +16 -12
  11. package/api_docs/ts/interfaces/ConversationState.html +15 -11
  12. package/api_docs/ts/interfaces/CustomConversationEvent.html +15 -11
  13. package/api_docs/ts/interfaces/EmbeddedInfo.html +15 -11
  14. package/api_docs/ts/interfaces/EphemeralConversationEvent.html +15 -11
  15. package/api_docs/ts/interfaces/{EventsPage.html → EventDeleteConversationEvent.html} +100 -38
  16. package/api_docs/ts/interfaces/From.html +15 -11
  17. package/api_docs/ts/interfaces/MemberInvitedEvent.html +15 -11
  18. package/api_docs/ts/interfaces/MemberJoinedEvent.html +15 -11
  19. package/api_docs/ts/interfaces/MemberLeftEvent.html +15 -11
  20. package/api_docs/ts/interfaces/MemberState.html +15 -11
  21. package/api_docs/ts/interfaces/MessageAudioEvent.html +15 -11
  22. package/api_docs/ts/interfaces/MessageCustomEvent.html +15 -11
  23. package/api_docs/ts/interfaces/MessageFileEvent.html +15 -11
  24. package/api_docs/ts/interfaces/MessageImageEvent.html +15 -11
  25. package/api_docs/ts/interfaces/MessageLocationEvent.html +15 -11
  26. package/api_docs/ts/interfaces/MessageTemplateEvent.html +15 -11
  27. package/api_docs/ts/interfaces/MessageTextEvent.html +15 -11
  28. package/api_docs/ts/interfaces/MessageVCardEvent.html +15 -11
  29. package/api_docs/ts/interfaces/MessageVideoEvent.html +15 -11
  30. package/api_docs/ts/interfaces/NonPersistentConversationEvent.html +15 -11
  31. package/api_docs/ts/interfaces/PersistentConversationEvent.html +17 -13
  32. package/api_docs/ts/interfaces/System.html +16 -33
  33. package/api_docs/ts/modules.html +19 -65
  34. package/api_docs/ts/types/CustomData.html +16 -12
  35. package/dist/client/VonageClient.d.ts +53 -17
  36. package/dist/client/index.cjs +19490 -18957
  37. package/dist/client/index.mjs +19490 -18957
  38. package/dist/kotlin/JsUnions.d.ts +17 -2
  39. package/dist/kotlin/clientsdk-clientcore_js.d.ts +49 -77
  40. package/dist/utils/ConversationModels.d.ts +4 -1
  41. package/dist/utils/RequestParameterModels.d.ts +17 -0
  42. package/dist/utils/index.d.ts +1 -0
  43. package/dist/vonageClientSDK.js +19066 -18543
  44. package/dist/vonageClientSDK.min.js +1 -1
  45. package/dist/vonageClientSDK.min.mjs +1 -1
  46. package/dist/vonageClientSDK.mjs +19066 -18543
  47. package/package.json +3 -2
  48. package/scripts/replaceAllDoNotUseOrImplement.js +25 -0
  49. package/typedoc.json +40 -0
  50. package/api_docs/ts/functions/convertInitConfig.html +0 -70
  51. package/api_docs/ts/functions/createVonageLogger.html +0 -91
  52. package/api_docs/ts/types/CallDisconnectReason.html +0 -61
  53. package/api_docs/ts/types/CallSayParams.html +0 -66
  54. package/api_docs/ts/types/CancelReason.html +0 -61
  55. package/api_docs/ts/types/ChannelType.html +0 -61
  56. package/api_docs/ts/types/ClientConfigObject.html +0 -61
  57. package/api_docs/ts/types/ClientInitConfigObject.html +0 -61
  58. package/api_docs/ts/types/ConfigRegion.html +0 -61
  59. package/api_docs/ts/types/Conversation.html +0 -68
  60. package/api_docs/ts/types/ConversationsPage.html +0 -66
  61. package/api_docs/ts/types/CreateConversationParameters.html +0 -68
  62. package/api_docs/ts/types/HangupReason.html +0 -61
  63. package/api_docs/ts/types/Json.html +0 -66
  64. package/api_docs/ts/types/JsonValue.html +0 -61
  65. package/api_docs/ts/types/Leg.html +0 -61
  66. package/api_docs/ts/types/LegStatus.html +0 -61
  67. package/api_docs/ts/types/LoggingLevel.html +0 -61
  68. package/api_docs/ts/types/Member.html +0 -66
  69. package/api_docs/ts/types/MembersPage.html +0 -66
  70. package/api_docs/ts/types/OrderBy.html +0 -61
  71. package/api_docs/ts/types/PresentingOrder.html +0 -61
  72. package/api_docs/ts/types/RTCQuality.html +0 -61
  73. package/api_docs/ts/types/RtcStats.html +0 -61
  74. package/api_docs/ts/types/SessionErrorReason.html +0 -61
  75. package/api_docs/ts/types/Topic.html +0 -61
  76. package/api_docs/ts/types/Topics.html +0 -61
  77. package/api_docs/ts/types/User.html +0 -61
  78. package/api_docs/ts/types/VonageError.html +0 -61
  79. package/api_docs/ts/types/VonageErrorType.html +0 -61
  80. package/api_docs/ts/types/VonageLogger.html +0 -61
  81. package/api_docs/ts/variables/CSErrorCodes.html +0 -82
  82. package/api_docs/ts/variables/CallDisconnectReason-1.html +0 -61
  83. package/api_docs/ts/variables/CancelReason-1.html +0 -61
  84. package/api_docs/ts/variables/ChannelType-1.html +0 -61
  85. package/api_docs/ts/variables/ConfigRegion-1.html +0 -61
  86. package/api_docs/ts/variables/HangupReason-1.html +0 -61
  87. package/api_docs/ts/variables/LegStatus-1.html +0 -61
  88. package/api_docs/ts/variables/LoggingLevel-1.html +0 -61
  89. package/api_docs/ts/variables/OrderBy-1.html +0 -61
  90. package/api_docs/ts/variables/PresentingOrder-1.html +0 -61
  91. package/api_docs/ts/variables/SessionErrorCodes.html +0 -96
  92. package/api_docs/ts/variables/SessionErrorReason-1.html +0 -61
  93. package/api_docs/ts/variables/Topic-1.html +0 -61
  94. package/api_docs/ts/variables/Topics-1.html +0 -61
  95. package/api_docs/ts/variables/VonageError-1.html +0 -61
  96. 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.