telnyx 2.0.0-alpha.6 → 2.0.0-alpha.7
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/CHANGELOG.md +4 -0
- package/VERSION +1 -1
- package/dist/types/Events.d.ts +102 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0-alpha.
|
|
1
|
+
2.0.0-alpha.7
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import {components} from './TelnyxAPI.js';
|
|
2
|
+
|
|
3
|
+
declare module 'telnyx' {
|
|
4
|
+
namespace Telnyx {
|
|
5
|
+
namespace events {
|
|
6
|
+
type CallAIGatherEndedEvent =
|
|
7
|
+
components['schemas']['CallAIGatherEndedEvent'];
|
|
8
|
+
type CallAnsweredEvent = components['schemas']['CallAnsweredEvent'];
|
|
9
|
+
type CallBridgedEvent = components['schemas']['CallBridgedEvent'];
|
|
10
|
+
type CallDtmfReceivedEvent =
|
|
11
|
+
components['schemas']['CallDtmfReceivedEvent'];
|
|
12
|
+
type CallEnqueuedEvent = components['schemas']['CallEnqueuedEvent'];
|
|
13
|
+
type CallEvent = components['schemas']['CallEvent'];
|
|
14
|
+
type CallForkStartedEvent = components['schemas']['CallForkStartedEvent'];
|
|
15
|
+
type CallForkStoppedEvent = components['schemas']['CallForkStoppedEvent'];
|
|
16
|
+
type CallGatherEndedEvent = components['schemas']['CallGatherEndedEvent'];
|
|
17
|
+
type CallHangupEvent = components['schemas']['CallHangupEvent'];
|
|
18
|
+
type CallInitiatedEvent = components['schemas']['CallInitiatedEvent'];
|
|
19
|
+
type CallLeftQueueEvent = components['schemas']['CallLeftQueueEvent'];
|
|
20
|
+
type CallMachineDetectionEndedEvent =
|
|
21
|
+
components['schemas']['CallMachineDetectionEndedEvent'];
|
|
22
|
+
type CallMachineGreetingEndedEvent =
|
|
23
|
+
components['schemas']['CallMachineGreetingEndedEvent'];
|
|
24
|
+
type CallMachinePremiumDetectionEndedEvent =
|
|
25
|
+
components['schemas']['CallMachinePremiumDetectionEndedEvent'];
|
|
26
|
+
type CallMachinePremiumGreetingEndedEvent =
|
|
27
|
+
components['schemas']['CallMachinePremiumGreetingEndedEvent'];
|
|
28
|
+
type CallPlaybackEndedEvent =
|
|
29
|
+
components['schemas']['CallPlaybackEndedEvent'];
|
|
30
|
+
type CallPlaybackStartedEvent =
|
|
31
|
+
components['schemas']['CallPlaybackStartedEvent'];
|
|
32
|
+
type CallRecordingErrorEvent =
|
|
33
|
+
components['schemas']['callRecordingErrorEvent'];
|
|
34
|
+
type CallRecordingSavedEvent =
|
|
35
|
+
components['schemas']['CallRecordingSavedEvent'];
|
|
36
|
+
type CallReferCompletedEvent =
|
|
37
|
+
components['schemas']['CallReferCompletedEvent'];
|
|
38
|
+
type CallReferFailedEvent = components['schemas']['CallReferFailedEvent'];
|
|
39
|
+
type CallReferStartedEvent =
|
|
40
|
+
components['schemas']['CallReferStartedEvent'];
|
|
41
|
+
type CallSpeakEndedEvent = components['schemas']['CallSpeakEndedEvent'];
|
|
42
|
+
type CallSpeakStartedEvent =
|
|
43
|
+
components['schemas']['CallSpeakStartedEvent'];
|
|
44
|
+
type CallStreamingFailedEvent =
|
|
45
|
+
components['schemas']['CallStreamingFailedEvent'];
|
|
46
|
+
type CallStreamingStartedEvent =
|
|
47
|
+
components['schemas']['CallStreamingStartedEvent'];
|
|
48
|
+
type CallStreamingStoppedEvent =
|
|
49
|
+
components['schemas']['CallStreamingStoppedEvent'];
|
|
50
|
+
type CampaignStatusUpdateEvent =
|
|
51
|
+
components['schemas']['CampaignStatusUpdateEvent'];
|
|
52
|
+
type CompositionCompletedEvent =
|
|
53
|
+
components['schemas']['CompositionCompletedEvent'];
|
|
54
|
+
type ConferenceCreatedEvent =
|
|
55
|
+
components['schemas']['ConferenceCreatedEvent'];
|
|
56
|
+
type ConferenceEndedEvent = components['schemas']['ConferenceEndedEvent'];
|
|
57
|
+
type ConferenceFloorChangedEvent =
|
|
58
|
+
components['schemas']['ConferenceFloorChangedEvent'];
|
|
59
|
+
type ConferenceParticipantJoinedEvent =
|
|
60
|
+
components['schemas']['ConferenceParticipantJoinedEvent'];
|
|
61
|
+
type ConferenceParticipantLeftEvent =
|
|
62
|
+
components['schemas']['ConferenceParticipantLeftEvent'];
|
|
63
|
+
type ConferenceParticipantPlaybackEndedEvent =
|
|
64
|
+
components['schemas']['ConferenceParticipantPlaybackEndedEvent'];
|
|
65
|
+
type ConferenceParticipantPlaybackStartedEvent =
|
|
66
|
+
components['schemas']['ConferenceParticipantPlaybackStartedEvent'];
|
|
67
|
+
type ConferenceParticipantSpeakEndedEvent =
|
|
68
|
+
components['schemas']['ConferenceParticipantSpeakEndedEvent'];
|
|
69
|
+
type ConferenceParticipantSpeakStartedEvent =
|
|
70
|
+
components['schemas']['ConferenceParticipantSpeakStartedEvent'];
|
|
71
|
+
type ConferencePlaybackEndedEvent =
|
|
72
|
+
components['schemas']['ConferencePlaybackEndedEvent'];
|
|
73
|
+
type ConferencePlaybackStartedEvent =
|
|
74
|
+
components['schemas']['ConferencePlaybackStartedEvent'];
|
|
75
|
+
type ConferenceRecordingSavedEvent =
|
|
76
|
+
components['schemas']['ConferenceRecordingSavedEvent'];
|
|
77
|
+
type ConferenceSpeakEndedEvent =
|
|
78
|
+
components['schemas']['ConferenceSpeakEndedEvent'];
|
|
79
|
+
type ConferenceSpeakStartedEvent =
|
|
80
|
+
components['schemas']['ConferenceSpeakStartedEvent'];
|
|
81
|
+
type CustomerServiceRecordStatusChangedEvent =
|
|
82
|
+
components['schemas']['CustomerServiceRecordStatusChangedEvent'];
|
|
83
|
+
type InboundMessageEvent = components['schemas']['InboundMessageEvent'];
|
|
84
|
+
type NumberOrderBlockEvent =
|
|
85
|
+
components['schemas']['NumberOrderBlockEvent'];
|
|
86
|
+
type NumberOrderedEvent = components['schemas']['NumberOrderedEvent'];
|
|
87
|
+
type OutboundMessageEvent = components['schemas']['OutboundMessageEvent'];
|
|
88
|
+
type ParticipantJoinedEvent =
|
|
89
|
+
components['schemas']['ParticipantJoinedEvent'];
|
|
90
|
+
type ParticipantLeftEvent = components['schemas']['ParticipantLeftEvent'];
|
|
91
|
+
type RecordingCompletedEvent =
|
|
92
|
+
components['schemas']['RecordingCompletedEvent'];
|
|
93
|
+
type RecordingStartedEvent =
|
|
94
|
+
components['schemas']['RecordingStartedEvent'];
|
|
95
|
+
type ReplacedLinkClickEvent =
|
|
96
|
+
components['schemas']['ReplacedLinkClickEvent'];
|
|
97
|
+
type SessionEndedEvent = components['schemas']['SessionEndedEvent'];
|
|
98
|
+
type SessionStartedEvent = components['schemas']['SessionStartedEvent'];
|
|
99
|
+
type TranscriptionEvent = components['schemas']['TranscriptionEvent'];
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
package/dist/types/index.d.ts
CHANGED