@vonage/client-sdk 1.0.0-alpha.0 → 1.0.0-rc.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/dist/client/VonageClient.d.ts +2 -0
- package/dist/client/index.cjs +5138 -5050
- package/dist/client/index.mjs +5138 -5051
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +26 -2
- package/dist/vonageClientSDK.js +5139 -5051
- package/dist/vonageClientSDK.min.js +2 -2
- package/dist/vonageClientSDK.min.mjs +2 -2
- package/dist/vonageClientSDK.mjs +5139 -5052
- package/package.json +1 -1
|
@@ -10,6 +10,8 @@ export type CancelReason = vonage.CancelReasonJS;
|
|
|
10
10
|
export declare const CancelReason: typeof vonage.CancelReasonJS;
|
|
11
11
|
export type SessionErrorReason = vonage.SessionErrorReasonJS;
|
|
12
12
|
export declare const SessionErrorReason: typeof vonage.SessionErrorReasonJS;
|
|
13
|
+
export type LegStatus = vonage.LegStatusJS;
|
|
14
|
+
export declare const LegStatus: typeof vonage.LegStatusJS;
|
|
13
15
|
export declare const setVonageClientLoggingLevel: typeof vonage.setDefaultLoggingLevel;
|
|
14
16
|
export declare class VonageClient extends vonage.CombinedClientJS {
|
|
15
17
|
private callbacks;
|