farvex 0.2.0 → 1.0.1

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/index.d.cts CHANGED
@@ -1,2 +1,7 @@
1
- export { AuthConfig, CallpadClient, CallpadConfig, CallpadError, CallpadErrorIssue, CallpadErrorKind, CallpadPlugin, ClientEventMap, ClientStatus, ConnectionQualityLabel, CreateSessionBody, CreateSessionTarget, Dispatch, Invite, InviteAcceptHandler, InviteState, Logger, Nullable, Participant, ParticipantMediaState, PluginContext, PluginHandle, PresenceRef, PresenceSnapshot, PulseConnectGrant, Recording, RecordingView, Result, Session, SessionAccessRef, SessionChannel, SessionDirection, SessionDispatchSource, SessionDispatchState, SessionDispatchStrategy, SessionDispatchView, SessionEndReason, SessionEventMap, SessionInviteView, SessionJoinGrant, SessionMediaStatus, SessionMediaType, SessionPage, SessionParticipantCapability, SessionParticipantFailureReason, SessionParticipantLeftReason, SessionPartyInfo, SessionRecordingTarget, SessionRouteContext, SessionSipLegFailureReason, SessionState, SessionView, TelephonyLeg, Unsubscribe, callpadError, createCallpadClient, err, isErr, isOk, noopLogger, ok } from './core/index.cjs';
2
- import 'livekit-client';
1
+ import { d as HostClientConfig, H as HostClient, k as SessionClientConfig, j as SessionClient } from './types-Dgwrb3rf.cjs';
2
+ export { C as CallpadError, a as ClientEvents, b as ClientStatus, c as CustomerStartInput, e as HostControls, f as HostParticipantInput, g as HostSessions, h as HostStartInput, I as Invites, L as ListQuery, i as ListSessionsResponse, N as Nullable, P as ParticipantRef, R as RealtimeToken, S as SessionAction, l as SessionDuration, m as SessionInvite, n as SessionRecording, o as SessionRecordingControl, p as Sessions, q as StartedSession, r as StoreTopic, U as Unsubscribe, V as VoiceJoinGrant, s as VoiceParticipant, t as VoiceSession } from './types-Dgwrb3rf.cjs';
3
+
4
+ declare const createSessionClient: (config: SessionClientConfig) => SessionClient;
5
+ declare const createHostClient: (config: HostClientConfig) => HostClient;
6
+
7
+ export { HostClient, HostClientConfig, SessionClient, SessionClientConfig, createHostClient, createSessionClient };
package/dist/index.d.ts CHANGED
@@ -1,2 +1,7 @@
1
- export { AuthConfig, CallpadClient, CallpadConfig, CallpadError, CallpadErrorIssue, CallpadErrorKind, CallpadPlugin, ClientEventMap, ClientStatus, ConnectionQualityLabel, CreateSessionBody, CreateSessionTarget, Dispatch, Invite, InviteAcceptHandler, InviteState, Logger, Nullable, Participant, ParticipantMediaState, PluginContext, PluginHandle, PresenceRef, PresenceSnapshot, PulseConnectGrant, Recording, RecordingView, Result, Session, SessionAccessRef, SessionChannel, SessionDirection, SessionDispatchSource, SessionDispatchState, SessionDispatchStrategy, SessionDispatchView, SessionEndReason, SessionEventMap, SessionInviteView, SessionJoinGrant, SessionMediaStatus, SessionMediaType, SessionPage, SessionParticipantCapability, SessionParticipantFailureReason, SessionParticipantLeftReason, SessionPartyInfo, SessionRecordingTarget, SessionRouteContext, SessionSipLegFailureReason, SessionState, SessionView, TelephonyLeg, Unsubscribe, callpadError, createCallpadClient, err, isErr, isOk, noopLogger, ok } from './core/index.js';
2
- import 'livekit-client';
1
+ import { d as HostClientConfig, H as HostClient, k as SessionClientConfig, j as SessionClient } from './types-Dgwrb3rf.js';
2
+ export { C as CallpadError, a as ClientEvents, b as ClientStatus, c as CustomerStartInput, e as HostControls, f as HostParticipantInput, g as HostSessions, h as HostStartInput, I as Invites, L as ListQuery, i as ListSessionsResponse, N as Nullable, P as ParticipantRef, R as RealtimeToken, S as SessionAction, l as SessionDuration, m as SessionInvite, n as SessionRecording, o as SessionRecordingControl, p as Sessions, q as StartedSession, r as StoreTopic, U as Unsubscribe, V as VoiceJoinGrant, s as VoiceParticipant, t as VoiceSession } from './types-Dgwrb3rf.js';
3
+
4
+ declare const createSessionClient: (config: SessionClientConfig) => SessionClient;
5
+ declare const createHostClient: (config: HostClientConfig) => HostClient;
6
+
7
+ export { HostClient, HostClientConfig, SessionClient, SessionClientConfig, createHostClient, createSessionClient };