@vonage/client-sdk 1.2.0-alpha.12 → 1.2.0-alpha.14
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 +10 -14
- package/dist/client/VonageClient.d.ts +4 -4
- package/dist/client/index.cjs +8576 -8260
- package/dist/client/index.mjs +8576 -8261
- package/dist/kotlin/JsUnions.d.ts +113 -113
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +61 -38
- package/dist/utils/ConversationModels.d.ts +2 -0
- package/dist/vonageClientSDK.js +8583 -8267
- package/dist/vonageClientSDK.min.js +1 -1
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +8583 -8268
- package/package.json +1 -1
- package/dist/utils/ConversationMessageModels.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import vonage from '../utils/vonage';
|
|
2
|
-
export type TextMessageEvent = vonage.TextMessageEventJS;
|
|
3
|
-
export declare const TextMessageEvent: typeof vonage.TextMessageEventJS;
|
|
4
|
-
export type CustomMessageEvent = vonage.CustomMessageEventJS;
|
|
5
|
-
export declare const CustomMessageEvent: typeof vonage.CustomMessageEventJS;
|