telnyx 6.41.1 → 6.43.0
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 +35 -0
- package/client.d.mts +2 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +2 -2
- package/client.d.ts.map +1 -1
- package/client.js +11 -0
- package/client.js.map +1 -1
- package/client.mjs +11 -0
- package/client.mjs.map +1 -1
- package/core/EventEmitter.d.mts +11 -0
- package/core/EventEmitter.d.mts.map +1 -1
- package/core/EventEmitter.d.ts +11 -0
- package/core/EventEmitter.d.ts.map +1 -1
- package/core/EventEmitter.js +15 -1
- package/core/EventEmitter.js.map +1 -1
- package/core/EventEmitter.mjs +13 -0
- package/core/EventEmitter.mjs.map +1 -1
- package/internal/types.d.mts +6 -6
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +6 -6
- package/internal/types.d.ts.map +1 -1
- package/internal/utils/env.js +2 -2
- package/internal/utils/env.js.map +1 -1
- package/internal/utils/env.mjs +2 -2
- package/internal/utils/env.mjs.map +1 -1
- package/internal/ws-adapter-browser.d.mts +34 -0
- package/internal/ws-adapter-browser.d.mts.map +1 -0
- package/internal/ws-adapter-browser.d.ts +34 -0
- package/internal/ws-adapter-browser.d.ts.map +1 -0
- package/internal/ws-adapter-browser.js +88 -0
- package/internal/ws-adapter-browser.js.map +1 -0
- package/internal/ws-adapter-browser.mjs +84 -0
- package/internal/ws-adapter-browser.mjs.map +1 -0
- package/internal/ws-adapter-node.d.mts +27 -0
- package/internal/ws-adapter-node.d.mts.map +1 -0
- package/internal/ws-adapter-node.d.ts +27 -0
- package/internal/ws-adapter-node.d.ts.map +1 -0
- package/internal/ws-adapter-node.js +90 -0
- package/internal/ws-adapter-node.js.map +1 -0
- package/internal/ws-adapter-node.mjs +86 -0
- package/internal/ws-adapter-node.mjs.map +1 -0
- package/internal/ws-adapter.d.mts +24 -0
- package/internal/ws-adapter.d.mts.map +1 -0
- package/internal/ws-adapter.d.ts +24 -0
- package/internal/ws-adapter.d.ts.map +1 -0
- package/internal/ws-adapter.js +11 -0
- package/internal/ws-adapter.js.map +1 -0
- package/internal/ws-adapter.mjs +8 -0
- package/internal/ws-adapter.mjs.map +1 -0
- package/internal/ws.d.mts +80 -0
- package/internal/ws.d.mts.map +1 -0
- package/internal/ws.d.ts +80 -0
- package/internal/ws.d.ts.map +1 -0
- package/internal/ws.js +153 -0
- package/internal/ws.js.map +1 -0
- package/internal/ws.mjs +147 -0
- package/internal/ws.mjs.map +1 -0
- package/lib/text-to-speech-ws-base.d.mts +106 -0
- package/lib/text-to-speech-ws-base.d.mts.map +1 -0
- package/lib/text-to-speech-ws-base.d.ts +106 -0
- package/lib/text-to-speech-ws-base.d.ts.map +1 -0
- package/lib/text-to-speech-ws-base.js +475 -0
- package/lib/text-to-speech-ws-base.js.map +1 -0
- package/lib/text-to-speech-ws-base.mjs +471 -0
- package/lib/text-to-speech-ws-base.mjs.map +1 -0
- package/lib/text-to-speech-ws-internal.d.mts +71 -0
- package/lib/text-to-speech-ws-internal.d.mts.map +1 -0
- package/lib/text-to-speech-ws-internal.d.ts +71 -0
- package/lib/text-to-speech-ws-internal.d.ts.map +1 -0
- package/lib/text-to-speech-ws-internal.js +47 -0
- package/lib/text-to-speech-ws-internal.js.map +1 -0
- package/lib/text-to-speech-ws-internal.mjs +41 -0
- package/lib/text-to-speech-ws-internal.mjs.map +1 -0
- package/lib/text-to-speech-ws.d.mts +13 -0
- package/lib/text-to-speech-ws.d.mts.map +1 -0
- package/lib/text-to-speech-ws.d.ts +13 -0
- package/lib/text-to-speech-ws.d.ts.map +1 -0
- package/lib/text-to-speech-ws.js +30 -0
- package/lib/text-to-speech-ws.js.map +1 -0
- package/lib/text-to-speech-ws.mjs +25 -0
- package/lib/text-to-speech-ws.mjs.map +1 -0
- package/lib/webhooks.d.mts +6 -0
- package/lib/webhooks.d.mts.map +1 -1
- package/lib/webhooks.d.ts +6 -0
- package/lib/webhooks.d.ts.map +1 -1
- package/lib/webhooks.js +16 -0
- package/lib/webhooks.js.map +1 -1
- package/lib/webhooks.mjs +14 -0
- package/lib/webhooks.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/ai/assistants/assistants.d.mts +938 -65
- package/resources/ai/assistants/assistants.d.mts.map +1 -1
- package/resources/ai/assistants/assistants.d.ts +938 -65
- package/resources/ai/assistants/assistants.d.ts.map +1 -1
- package/resources/ai/assistants/assistants.js +0 -1
- package/resources/ai/assistants/assistants.js.map +1 -1
- package/resources/ai/assistants/assistants.mjs +0 -1
- package/resources/ai/assistants/assistants.mjs.map +1 -1
- package/resources/ai/assistants/versions.d.mts +563 -25
- package/resources/ai/assistants/versions.d.mts.map +1 -1
- package/resources/ai/assistants/versions.d.ts +563 -25
- package/resources/ai/assistants/versions.d.ts.map +1 -1
- package/resources/ai/conversations/conversations.d.mts +2 -2
- package/resources/ai/conversations/conversations.d.mts.map +1 -1
- package/resources/ai/conversations/conversations.d.ts +2 -2
- package/resources/ai/conversations/conversations.d.ts.map +1 -1
- package/resources/ai/conversations/conversations.js.map +1 -1
- package/resources/ai/conversations/conversations.mjs +1 -1
- package/resources/ai/conversations/conversations.mjs.map +1 -1
- package/resources/ai/conversations/index.d.mts +1 -1
- package/resources/ai/conversations/index.d.mts.map +1 -1
- package/resources/ai/conversations/index.d.ts +1 -1
- package/resources/ai/conversations/index.d.ts.map +1 -1
- package/resources/ai/conversations/index.js.map +1 -1
- package/resources/ai/conversations/index.mjs +1 -1
- package/resources/ai/conversations/index.mjs.map +1 -1
- package/resources/ai/conversations/messages.d.mts +46 -48
- package/resources/ai/conversations/messages.d.mts.map +1 -1
- package/resources/ai/conversations/messages.d.ts +46 -48
- package/resources/ai/conversations/messages.d.ts.map +1 -1
- package/resources/ai/conversations/messages.js +9 -6
- package/resources/ai/conversations/messages.js.map +1 -1
- package/resources/ai/conversations/messages.mjs +9 -6
- package/resources/ai/conversations/messages.mjs.map +1 -1
- package/resources/calls/actions.d.mts +114 -6
- package/resources/calls/actions.d.mts.map +1 -1
- package/resources/calls/actions.d.ts +114 -6
- package/resources/calls/actions.d.ts.map +1 -1
- package/resources/calls/actions.js +4 -0
- package/resources/calls/actions.js.map +1 -1
- package/resources/calls/actions.mjs +4 -0
- package/resources/calls/actions.mjs.map +1 -1
- package/resources/calls/calls.d.mts +168 -8
- package/resources/calls/calls.d.mts.map +1 -1
- package/resources/calls/calls.d.ts +168 -8
- package/resources/calls/calls.d.ts.map +1 -1
- package/resources/calls/calls.js +4 -0
- package/resources/calls/calls.js.map +1 -1
- package/resources/calls/calls.mjs +4 -0
- package/resources/calls/calls.mjs.map +1 -1
- package/resources/index.d.mts +2 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +2 -7
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -2
- package/resources/index.mjs.map +1 -1
- package/resources/messages/messages.d.mts +4 -0
- package/resources/messages/messages.d.mts.map +1 -1
- package/resources/messages/messages.d.ts +4 -0
- package/resources/messages/messages.d.ts.map +1 -1
- package/resources/messages/messages.js.map +1 -1
- package/resources/messages/messages.mjs.map +1 -1
- package/resources/session-analysis/session-analysis.d.mts +3 -13
- package/resources/session-analysis/session-analysis.d.mts.map +1 -1
- package/resources/session-analysis/session-analysis.d.ts +3 -13
- package/resources/session-analysis/session-analysis.d.ts.map +1 -1
- package/resources/session-analysis/session-analysis.js.map +1 -1
- package/resources/session-analysis/session-analysis.mjs.map +1 -1
- package/resources/texml/accounts/calls/calls.d.mts +45 -0
- package/resources/texml/accounts/calls/calls.d.mts.map +1 -1
- package/resources/texml/accounts/calls/calls.d.ts +45 -0
- package/resources/texml/accounts/calls/calls.d.ts.map +1 -1
- package/resources/texml/accounts/calls/calls.js.map +1 -1
- package/resources/texml/accounts/calls/calls.mjs.map +1 -1
- package/resources/text-to-speech/index.d.mts +2 -1
- package/resources/text-to-speech/index.d.mts.map +1 -1
- package/resources/text-to-speech/index.d.ts +2 -1
- package/resources/text-to-speech/index.d.ts.map +1 -1
- package/resources/text-to-speech/index.js.map +1 -1
- package/resources/text-to-speech/index.mjs.map +1 -1
- package/resources/text-to-speech/internal-base.d.mts +1 -48
- package/resources/text-to-speech/internal-base.d.mts.map +1 -1
- package/resources/text-to-speech/internal-base.d.ts +1 -48
- package/resources/text-to-speech/internal-base.d.ts.map +1 -1
- package/resources/text-to-speech/internal-base.js +5 -48
- package/resources/text-to-speech/internal-base.js.map +1 -1
- package/resources/text-to-speech/internal-base.mjs +1 -44
- package/resources/text-to-speech/internal-base.mjs.map +1 -1
- package/resources/text-to-speech/text-to-speech.d.mts +28 -3
- package/resources/text-to-speech/text-to-speech.d.mts.map +1 -1
- package/resources/text-to-speech/text-to-speech.d.ts +28 -3
- package/resources/text-to-speech/text-to-speech.d.ts.map +1 -1
- package/resources/text-to-speech/text-to-speech.js +1 -1
- package/resources/text-to-speech/text-to-speech.mjs +1 -1
- package/resources/text-to-speech/ws-base.d.mts +2 -0
- package/resources/text-to-speech/ws-base.d.mts.map +1 -0
- package/resources/text-to-speech/ws-base.d.ts +2 -0
- package/resources/text-to-speech/ws-base.d.ts.map +1 -0
- package/resources/text-to-speech/ws-base.js +7 -0
- package/resources/text-to-speech/ws-base.js.map +1 -0
- package/resources/text-to-speech/ws-base.mjs +3 -0
- package/resources/text-to-speech/ws-base.mjs.map +1 -0
- package/resources/text-to-speech/ws.d.mts +2 -41
- package/resources/text-to-speech/ws.d.mts.map +1 -1
- package/resources/text-to-speech/ws.d.ts +2 -41
- package/resources/text-to-speech/ws.d.ts.map +1 -1
- package/resources/text-to-speech/ws.js +2 -182
- package/resources/text-to-speech/ws.js.map +1 -1
- package/resources/text-to-speech/ws.mjs +1 -180
- package/resources/text-to-speech/ws.mjs.map +1 -1
- package/resources/verify-profiles.d.mts +97 -121
- package/resources/verify-profiles.d.mts.map +1 -1
- package/resources/verify-profiles.d.ts +97 -121
- package/resources/verify-profiles.d.ts.map +1 -1
- package/resources/webhooks.d.mts +642 -7
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +642 -7
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js +4 -10
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs +5 -11
- package/resources/webhooks.mjs.map +1 -1
- package/resources/whatsapp/phone-numbers/profile/profile.d.mts +5 -0
- package/resources/whatsapp/phone-numbers/profile/profile.d.mts.map +1 -1
- package/resources/whatsapp/phone-numbers/profile/profile.d.ts +5 -0
- package/resources/whatsapp/phone-numbers/profile/profile.d.ts.map +1 -1
- package/resources/whatsapp/phone-numbers/profile/profile.js.map +1 -1
- package/resources/whatsapp/phone-numbers/profile/profile.mjs.map +1 -1
- package/src/client.ts +22 -0
- package/src/core/EventEmitter.ts +16 -0
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/env.ts +2 -2
- package/src/internal/ws-adapter-browser.ts +123 -0
- package/src/internal/ws-adapter-node.ts +105 -0
- package/src/internal/ws-adapter.ts +30 -0
- package/src/internal/ws.ts +193 -0
- package/src/lib/text-to-speech-ws-base.ts +618 -0
- package/src/lib/text-to-speech-ws-internal.ts +111 -0
- package/src/lib/text-to-speech-ws.ts +40 -0
- package/src/lib/webhooks.ts +27 -0
- package/src/resources/ai/assistants/assistants.ts +1065 -65
- package/src/resources/ai/assistants/versions.ts +639 -25
- package/src/resources/ai/conversations/conversations.ts +12 -2
- package/src/resources/ai/conversations/index.ts +6 -1
- package/src/resources/ai/conversations/messages.ts +67 -54
- package/src/resources/calls/actions.ts +184 -4
- package/src/resources/calls/calls.ts +191 -4
- package/src/resources/index.ts +6 -12
- package/src/resources/messages/messages.ts +5 -0
- package/src/resources/session-analysis/session-analysis.ts +3 -16
- package/src/resources/texml/accounts/calls/calls.ts +54 -0
- package/src/resources/text-to-speech/index.ts +2 -1
- package/src/resources/text-to-speech/internal-base.ts +6 -95
- package/src/resources/text-to-speech/text-to-speech.ts +33 -3
- package/src/resources/text-to-speech/ws-base.ts +7 -0
- package/src/resources/text-to-speech/ws.ts +2 -201
- package/src/resources/verify-profiles.ts +109 -142
- package/src/resources/webhooks.ts +886 -45
- package/src/resources/whatsapp/phone-numbers/profile/profile.ts +7 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,182 +1,3 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { TextToSpeechEmitter, buildURL } from "./internal-base.mjs";
|
|
4
|
-
export class TextToSpeechWS extends TextToSpeechEmitter {
|
|
5
|
-
constructor(client, parameters, options) {
|
|
6
|
-
super();
|
|
7
|
-
this.client = client;
|
|
8
|
-
this.url = buildURL(client, parameters);
|
|
9
|
-
this.socket = new WS.WebSocket(this.url, {
|
|
10
|
-
...options,
|
|
11
|
-
headers: {
|
|
12
|
-
...this.authHeaders(),
|
|
13
|
-
...options?.headers,
|
|
14
|
-
},
|
|
15
|
-
});
|
|
16
|
-
this.socket.on('message', (wsEvent) => {
|
|
17
|
-
const event = (() => {
|
|
18
|
-
try {
|
|
19
|
-
return JSON.parse(wsEvent.toString());
|
|
20
|
-
}
|
|
21
|
-
catch (err) {
|
|
22
|
-
this._onError(null, 'could not parse websocket event', err);
|
|
23
|
-
return null;
|
|
24
|
-
}
|
|
25
|
-
})();
|
|
26
|
-
if (event) {
|
|
27
|
-
this._emit('event', event);
|
|
28
|
-
if (event.type === 'error') {
|
|
29
|
-
this._onError(event);
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
// @ts-ignore TS isn't smart enough to get the relationship right here
|
|
33
|
-
this._emit(event.type, event);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
this.socket.on('error', (err) => {
|
|
38
|
-
this._onError(null, err.message, err);
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
send(event) {
|
|
42
|
-
try {
|
|
43
|
-
this.socket.send(JSON.stringify(event));
|
|
44
|
-
}
|
|
45
|
-
catch (err) {
|
|
46
|
-
this._onError(null, 'could not send data', err);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
close(props) {
|
|
50
|
-
try {
|
|
51
|
-
this.socket.close(props?.code ?? 1000, props?.reason ?? 'OK');
|
|
52
|
-
}
|
|
53
|
-
catch (err) {
|
|
54
|
-
this._onError(null, 'could not close the connection', err);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* Returns an async iterator over WebSocket lifecycle and message events,
|
|
59
|
-
* providing an alternative to the event-based `.on()` API.
|
|
60
|
-
* The iterator will exit if the socket closes but breaking out of the iterator
|
|
61
|
-
* does not close the socket.
|
|
62
|
-
*
|
|
63
|
-
* @example
|
|
64
|
-
* ```ts
|
|
65
|
-
* for await (const event of connection.stream()) {
|
|
66
|
-
* switch (event.type) {
|
|
67
|
-
* case 'message':
|
|
68
|
-
* console.log('received:', event.message);
|
|
69
|
-
* break;
|
|
70
|
-
* case 'error':
|
|
71
|
-
* console.error(event.error);
|
|
72
|
-
* break;
|
|
73
|
-
* case 'close':
|
|
74
|
-
* console.log('connection closed');
|
|
75
|
-
* break;
|
|
76
|
-
* }
|
|
77
|
-
* }
|
|
78
|
-
* ```
|
|
79
|
-
*/
|
|
80
|
-
stream() {
|
|
81
|
-
return this[Symbol.asyncIterator]();
|
|
82
|
-
}
|
|
83
|
-
[Symbol.asyncIterator]() {
|
|
84
|
-
// Two-queue async iterator: `queue` buffers incoming messages,
|
|
85
|
-
// `resolvers` buffers waiting next() calls. A push wakes the
|
|
86
|
-
// oldest next(); a next() drains the oldest message.
|
|
87
|
-
const queue = [];
|
|
88
|
-
const resolvers = [];
|
|
89
|
-
let done = false;
|
|
90
|
-
const push = (msg) => {
|
|
91
|
-
queue.push(msg);
|
|
92
|
-
resolvers.shift()?.();
|
|
93
|
-
};
|
|
94
|
-
const onEvent = (event) => {
|
|
95
|
-
if (event.type === 'error')
|
|
96
|
-
return; // handled by onEmitterError
|
|
97
|
-
push({ type: 'message', message: event });
|
|
98
|
-
};
|
|
99
|
-
// Catches both API-level and socket-level errors via _onError → _emit('error')
|
|
100
|
-
const onEmitterError = (err) => {
|
|
101
|
-
push({ type: 'error', error: err });
|
|
102
|
-
};
|
|
103
|
-
const onOpen = () => {
|
|
104
|
-
push({ type: 'open' });
|
|
105
|
-
};
|
|
106
|
-
const flushResolvers = () => {
|
|
107
|
-
for (let resolver = resolvers.shift(); resolver; resolver = resolvers.shift()) {
|
|
108
|
-
resolver();
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
const onClose = () => {
|
|
112
|
-
push({ type: 'close' });
|
|
113
|
-
done = true;
|
|
114
|
-
flushResolvers();
|
|
115
|
-
cleanup();
|
|
116
|
-
};
|
|
117
|
-
const cleanup = () => {
|
|
118
|
-
this.off('event', onEvent);
|
|
119
|
-
this.off('error', onEmitterError);
|
|
120
|
-
this.socket.off('open', onOpen);
|
|
121
|
-
this.socket.off('close', onClose);
|
|
122
|
-
};
|
|
123
|
-
this.on('event', onEvent);
|
|
124
|
-
this.on('error', onEmitterError);
|
|
125
|
-
this.socket.on('open', onOpen);
|
|
126
|
-
this.socket.on('close', onClose);
|
|
127
|
-
switch (this.socket.readyState) {
|
|
128
|
-
case WS.WebSocket.CONNECTING:
|
|
129
|
-
push({ type: 'connecting' });
|
|
130
|
-
break;
|
|
131
|
-
case WS.WebSocket.OPEN:
|
|
132
|
-
push({ type: 'open' });
|
|
133
|
-
break;
|
|
134
|
-
case WS.WebSocket.CLOSING:
|
|
135
|
-
push({ type: 'closing' });
|
|
136
|
-
break;
|
|
137
|
-
case WS.WebSocket.CLOSED:
|
|
138
|
-
push({ type: 'close' });
|
|
139
|
-
done = true;
|
|
140
|
-
cleanup();
|
|
141
|
-
break;
|
|
142
|
-
}
|
|
143
|
-
const resolve = (res) => {
|
|
144
|
-
if (queue.length > 0) {
|
|
145
|
-
res({ value: queue.shift(), done: false });
|
|
146
|
-
}
|
|
147
|
-
else if (done) {
|
|
148
|
-
res({ value: undefined, done: true });
|
|
149
|
-
}
|
|
150
|
-
else {
|
|
151
|
-
return false;
|
|
152
|
-
}
|
|
153
|
-
return true;
|
|
154
|
-
};
|
|
155
|
-
const next = () => new Promise((res) => {
|
|
156
|
-
if (resolve(res))
|
|
157
|
-
return;
|
|
158
|
-
resolvers.push(() => {
|
|
159
|
-
resolve(res);
|
|
160
|
-
});
|
|
161
|
-
});
|
|
162
|
-
return {
|
|
163
|
-
next,
|
|
164
|
-
return: () => {
|
|
165
|
-
done = true;
|
|
166
|
-
cleanup();
|
|
167
|
-
flushResolvers();
|
|
168
|
-
return Promise.resolve({ value: undefined, done: true });
|
|
169
|
-
},
|
|
170
|
-
[Symbol.asyncIterator]() {
|
|
171
|
-
return this;
|
|
172
|
-
},
|
|
173
|
-
};
|
|
174
|
-
}
|
|
175
|
-
authHeaders() {
|
|
176
|
-
if (this.client.apiKey) {
|
|
177
|
-
return { Authorization: `Bearer ${this.client.apiKey}` };
|
|
178
|
-
}
|
|
179
|
-
return {};
|
|
180
|
-
}
|
|
181
|
-
}
|
|
2
|
+
export { TextToSpeechWS } from "../../lib/text-to-speech-ws.mjs";
|
|
182
3
|
//# sourceMappingURL=ws.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ws.mjs","sourceRoot":"","sources":["../../src/resources/text-to-speech/ws.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,
|
|
1
|
+
{"version":3,"file":"ws.mjs","sourceRoot":"","sources":["../../src/resources/text-to-speech/ws.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,cAAc,EAAoC"}
|
|
@@ -112,10 +112,17 @@ export interface VerifyProfile {
|
|
|
112
112
|
id?: string;
|
|
113
113
|
call?: VerifyProfile.Call;
|
|
114
114
|
created_at?: string;
|
|
115
|
+
/**
|
|
116
|
+
* The maximum daily spend allowed on this verify profile, in USD.
|
|
117
|
+
*/
|
|
118
|
+
daily_spend_limit?: number;
|
|
119
|
+
/**
|
|
120
|
+
* Whether the daily spend limit is enforced for this verify profile.
|
|
121
|
+
*/
|
|
122
|
+
daily_spend_limit_enabled?: boolean;
|
|
115
123
|
flashcall?: VerifyProfile.Flashcall;
|
|
116
124
|
language?: string;
|
|
117
125
|
name?: string;
|
|
118
|
-
rcs?: VerifyProfile.Rcs;
|
|
119
126
|
/**
|
|
120
127
|
* The possible verification profile record types.
|
|
121
128
|
*/
|
|
@@ -124,6 +131,7 @@ export interface VerifyProfile {
|
|
|
124
131
|
updated_at?: string;
|
|
125
132
|
webhook_failover_url?: string;
|
|
126
133
|
webhook_url?: string;
|
|
134
|
+
whatsapp?: VerifyProfile.Whatsapp;
|
|
127
135
|
}
|
|
128
136
|
export declare namespace VerifyProfile {
|
|
129
137
|
interface Call {
|
|
@@ -150,7 +158,9 @@ export declare namespace VerifyProfile {
|
|
|
150
158
|
/**
|
|
151
159
|
* Enabled country destinations to send verification codes. The elements in the
|
|
152
160
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
153
|
-
* destinations will be allowed.
|
|
161
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
162
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
163
|
+
* destinations; otherwise it is optional.
|
|
154
164
|
*/
|
|
155
165
|
whitelisted_destinations?: Array<string>;
|
|
156
166
|
[k: string]: unknown;
|
|
@@ -170,7 +180,12 @@ export declare namespace VerifyProfile {
|
|
|
170
180
|
default_verification_timeout_secs?: number;
|
|
171
181
|
[k: string]: unknown;
|
|
172
182
|
}
|
|
173
|
-
interface
|
|
183
|
+
interface SMS {
|
|
184
|
+
/**
|
|
185
|
+
* The alphanumeric sender ID to use when sending to destinations that require an
|
|
186
|
+
* alphanumeric sender ID.
|
|
187
|
+
*/
|
|
188
|
+
alpha_sender?: string | null;
|
|
174
189
|
/**
|
|
175
190
|
* The name that identifies the application requesting 2fa in the verification
|
|
176
191
|
* message.
|
|
@@ -191,24 +206,17 @@ export declare namespace VerifyProfile {
|
|
|
191
206
|
* The message template identifier selected from /verify_profiles/templates
|
|
192
207
|
*/
|
|
193
208
|
messaging_template_id?: string;
|
|
194
|
-
/**
|
|
195
|
-
* Enable SMS fallback when RCS delivery fails.
|
|
196
|
-
*/
|
|
197
|
-
sms_fallback?: boolean;
|
|
198
209
|
/**
|
|
199
210
|
* Enabled country destinations to send verification codes. The elements in the
|
|
200
211
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
201
|
-
* destinations will be allowed.
|
|
212
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
213
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
214
|
+
* destinations; otherwise it is optional.
|
|
202
215
|
*/
|
|
203
216
|
whitelisted_destinations?: Array<string>;
|
|
204
217
|
[k: string]: unknown;
|
|
205
218
|
}
|
|
206
|
-
interface
|
|
207
|
-
/**
|
|
208
|
-
* The alphanumeric sender ID to use when sending to destinations that require an
|
|
209
|
-
* alphanumeric sender ID.
|
|
210
|
-
*/
|
|
211
|
-
alpha_sender?: string | null;
|
|
219
|
+
interface Whatsapp {
|
|
212
220
|
/**
|
|
213
221
|
* The name that identifies the application requesting 2fa in the verification
|
|
214
222
|
* message.
|
|
@@ -229,10 +237,24 @@ export declare namespace VerifyProfile {
|
|
|
229
237
|
* The message template identifier selected from /verify_profiles/templates
|
|
230
238
|
*/
|
|
231
239
|
messaging_template_id?: string;
|
|
240
|
+
/**
|
|
241
|
+
* Phone number registered on the customer WABA to send OTPs from
|
|
242
|
+
*/
|
|
243
|
+
sender_phone_number?: string | null;
|
|
244
|
+
/**
|
|
245
|
+
* Customer pre-approved authentication template name registered on Meta
|
|
246
|
+
*/
|
|
247
|
+
template_id?: string | null;
|
|
248
|
+
/**
|
|
249
|
+
* Customer Meta WABA ID for Bring-Your-Own-WABA sending
|
|
250
|
+
*/
|
|
251
|
+
waba_id?: string | null;
|
|
232
252
|
/**
|
|
233
253
|
* Enabled country destinations to send verification codes. The elements in the
|
|
234
254
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
235
|
-
* destinations will be allowed.
|
|
255
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
256
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
257
|
+
* destinations; otherwise it is optional.
|
|
236
258
|
*/
|
|
237
259
|
whitelisted_destinations?: Array<string>;
|
|
238
260
|
[k: string]: unknown;
|
|
@@ -254,9 +276,16 @@ export interface VerifyProfileRetrieveTemplatesResponse {
|
|
|
254
276
|
export interface VerifyProfileCreateParams {
|
|
255
277
|
name: string;
|
|
256
278
|
call?: VerifyProfileCreateParams.Call;
|
|
279
|
+
/**
|
|
280
|
+
* The maximum daily spend allowed on this verify profile, in USD.
|
|
281
|
+
*/
|
|
282
|
+
daily_spend_limit?: number;
|
|
283
|
+
/**
|
|
284
|
+
* Whether the daily spend limit is enforced for this verify profile.
|
|
285
|
+
*/
|
|
286
|
+
daily_spend_limit_enabled?: boolean;
|
|
257
287
|
flashcall?: VerifyProfileCreateParams.Flashcall;
|
|
258
288
|
language?: string;
|
|
259
|
-
rcs?: VerifyProfileCreateParams.Rcs;
|
|
260
289
|
sms?: VerifyProfileCreateParams.SMS;
|
|
261
290
|
webhook_failover_url?: string;
|
|
262
291
|
webhook_url?: string;
|
|
@@ -287,7 +316,9 @@ export declare namespace VerifyProfileCreateParams {
|
|
|
287
316
|
/**
|
|
288
317
|
* Enabled country destinations to send verification codes. The elements in the
|
|
289
318
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
290
|
-
* destinations will be allowed.
|
|
319
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
320
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
321
|
+
* destinations; otherwise it is optional.
|
|
291
322
|
*/
|
|
292
323
|
whitelisted_destinations?: Array<string>;
|
|
293
324
|
[k: string]: unknown;
|
|
@@ -308,40 +339,9 @@ export declare namespace VerifyProfileCreateParams {
|
|
|
308
339
|
/**
|
|
309
340
|
* Enabled country destinations to send verification codes. The elements in the
|
|
310
341
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
311
|
-
* destinations will be allowed.
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
[k: string]: unknown;
|
|
315
|
-
}
|
|
316
|
-
interface Rcs {
|
|
317
|
-
/**
|
|
318
|
-
* The name that identifies the application requesting 2fa in the verification
|
|
319
|
-
* message.
|
|
320
|
-
*/
|
|
321
|
-
app_name?: string;
|
|
322
|
-
/**
|
|
323
|
-
* The length of the verify code to generate.
|
|
324
|
-
*/
|
|
325
|
-
code_length?: number;
|
|
326
|
-
/**
|
|
327
|
-
* For every request that is initiated via this Verify profile, this sets the
|
|
328
|
-
* number of seconds before a verification request code expires. Once the
|
|
329
|
-
* verification request expires, the user cannot use the code to verify their
|
|
330
|
-
* identity.
|
|
331
|
-
*/
|
|
332
|
-
default_verification_timeout_secs?: number;
|
|
333
|
-
/**
|
|
334
|
-
* The message template identifier selected from /verify_profiles/templates
|
|
335
|
-
*/
|
|
336
|
-
messaging_template_id?: string;
|
|
337
|
-
/**
|
|
338
|
-
* Enable SMS fallback when RCS delivery fails.
|
|
339
|
-
*/
|
|
340
|
-
sms_fallback?: boolean;
|
|
341
|
-
/**
|
|
342
|
-
* Enabled country destinations to send verification codes. The elements in the
|
|
343
|
-
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
344
|
-
* destinations will be allowed.
|
|
342
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
343
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
344
|
+
* destinations; otherwise it is optional.
|
|
345
345
|
*/
|
|
346
346
|
whitelisted_destinations?: Array<string>;
|
|
347
347
|
[k: string]: unknown;
|
|
@@ -375,17 +375,14 @@ export declare namespace VerifyProfileCreateParams {
|
|
|
375
375
|
/**
|
|
376
376
|
* Enabled country destinations to send verification codes. The elements in the
|
|
377
377
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
378
|
-
* destinations will be allowed.
|
|
378
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
379
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
380
|
+
* destinations; otherwise it is optional.
|
|
379
381
|
*/
|
|
380
382
|
whitelisted_destinations?: Array<string>;
|
|
381
383
|
[k: string]: unknown;
|
|
382
384
|
}
|
|
383
385
|
interface Whatsapp {
|
|
384
|
-
/**
|
|
385
|
-
* The name that identifies the application requesting 2fa in the verification
|
|
386
|
-
* message.
|
|
387
|
-
*/
|
|
388
|
-
app_name?: string;
|
|
389
386
|
/**
|
|
390
387
|
* For every request that is initiated via this Verify profile, this sets the
|
|
391
388
|
* number of seconds before a verification request code expires. Once the
|
|
@@ -393,10 +390,24 @@ export declare namespace VerifyProfileCreateParams {
|
|
|
393
390
|
* identity.
|
|
394
391
|
*/
|
|
395
392
|
default_verification_timeout_secs?: number;
|
|
393
|
+
/**
|
|
394
|
+
* Phone number registered on the customer WABA to send OTPs from
|
|
395
|
+
*/
|
|
396
|
+
sender_phone_number?: string | null;
|
|
397
|
+
/**
|
|
398
|
+
* Customer pre-approved authentication template name registered on Meta
|
|
399
|
+
*/
|
|
400
|
+
template_id?: string | null;
|
|
401
|
+
/**
|
|
402
|
+
* Customer Meta WABA ID for Bring-Your-Own-WABA sending
|
|
403
|
+
*/
|
|
404
|
+
waba_id?: string | null;
|
|
396
405
|
/**
|
|
397
406
|
* Enabled country destinations to send verification codes. The elements in the
|
|
398
407
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
399
|
-
* destinations will be allowed.
|
|
408
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
409
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
410
|
+
* destinations; otherwise it is optional.
|
|
400
411
|
*/
|
|
401
412
|
whitelisted_destinations?: Array<string>;
|
|
402
413
|
[k: string]: unknown;
|
|
@@ -404,10 +415,16 @@ export declare namespace VerifyProfileCreateParams {
|
|
|
404
415
|
}
|
|
405
416
|
export interface VerifyProfileUpdateParams {
|
|
406
417
|
call?: VerifyProfileUpdateParams.Call;
|
|
407
|
-
|
|
418
|
+
/**
|
|
419
|
+
* The maximum daily spend allowed on this verify profile, in USD.
|
|
420
|
+
*/
|
|
421
|
+
daily_spend_limit?: number;
|
|
422
|
+
/**
|
|
423
|
+
* Whether the daily spend limit is enforced for this verify profile.
|
|
424
|
+
*/
|
|
425
|
+
daily_spend_limit_enabled?: boolean;
|
|
408
426
|
language?: string;
|
|
409
427
|
name?: string;
|
|
410
|
-
rcs?: VerifyProfileUpdateParams.Rcs;
|
|
411
428
|
sms?: VerifyProfileUpdateParams.SMS;
|
|
412
429
|
webhook_failover_url?: string;
|
|
413
430
|
webhook_url?: string;
|
|
@@ -438,33 +455,19 @@ export declare namespace VerifyProfileUpdateParams {
|
|
|
438
455
|
/**
|
|
439
456
|
* Enabled country destinations to send verification codes. The elements in the
|
|
440
457
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
441
|
-
* destinations will be allowed.
|
|
458
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
459
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
460
|
+
* destinations; otherwise it is optional.
|
|
442
461
|
*/
|
|
443
462
|
whitelisted_destinations?: Array<string>;
|
|
444
463
|
[k: string]: unknown;
|
|
445
464
|
}
|
|
446
|
-
interface
|
|
447
|
-
/**
|
|
448
|
-
* The name that identifies the application requesting 2fa in the verification
|
|
449
|
-
* message.
|
|
450
|
-
*/
|
|
451
|
-
app_name?: string;
|
|
452
|
-
/**
|
|
453
|
-
* For every request that is initiated via this Verify profile, this sets the
|
|
454
|
-
* number of seconds before a verification request code expires. Once the
|
|
455
|
-
* verification request expires, the user cannot use the code to verify their
|
|
456
|
-
* identity.
|
|
457
|
-
*/
|
|
458
|
-
default_verification_timeout_secs?: number;
|
|
465
|
+
interface SMS {
|
|
459
466
|
/**
|
|
460
|
-
*
|
|
461
|
-
*
|
|
462
|
-
* destinations will be allowed.
|
|
467
|
+
* The alphanumeric sender ID to use when sending to destinations that require an
|
|
468
|
+
* alphanumeric sender ID.
|
|
463
469
|
*/
|
|
464
|
-
|
|
465
|
-
[k: string]: unknown;
|
|
466
|
-
}
|
|
467
|
-
interface Rcs {
|
|
470
|
+
alpha_sender?: string | null;
|
|
468
471
|
/**
|
|
469
472
|
* The name that identifies the application requesting 2fa in the verification
|
|
470
473
|
* message.
|
|
@@ -485,33 +488,17 @@ export declare namespace VerifyProfileUpdateParams {
|
|
|
485
488
|
* The message template identifier selected from /verify_profiles/templates
|
|
486
489
|
*/
|
|
487
490
|
messaging_template_id?: string;
|
|
488
|
-
/**
|
|
489
|
-
* Enable SMS fallback when RCS delivery fails.
|
|
490
|
-
*/
|
|
491
|
-
sms_fallback?: boolean;
|
|
492
491
|
/**
|
|
493
492
|
* Enabled country destinations to send verification codes. The elements in the
|
|
494
493
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
495
|
-
* destinations will be allowed.
|
|
494
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
495
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
496
|
+
* destinations; otherwise it is optional.
|
|
496
497
|
*/
|
|
497
498
|
whitelisted_destinations?: Array<string>;
|
|
498
499
|
[k: string]: unknown;
|
|
499
500
|
}
|
|
500
|
-
interface
|
|
501
|
-
/**
|
|
502
|
-
* The alphanumeric sender ID to use when sending to destinations that require an
|
|
503
|
-
* alphanumeric sender ID.
|
|
504
|
-
*/
|
|
505
|
-
alpha_sender?: string | null;
|
|
506
|
-
/**
|
|
507
|
-
* The name that identifies the application requesting 2fa in the verification
|
|
508
|
-
* message.
|
|
509
|
-
*/
|
|
510
|
-
app_name?: string;
|
|
511
|
-
/**
|
|
512
|
-
* The length of the verify code to generate.
|
|
513
|
-
*/
|
|
514
|
-
code_length?: number;
|
|
501
|
+
interface Whatsapp {
|
|
515
502
|
/**
|
|
516
503
|
* For every request that is initiated via this Verify profile, this sets the
|
|
517
504
|
* number of seconds before a verification request code expires. Once the
|
|
@@ -520,34 +507,23 @@ export declare namespace VerifyProfileUpdateParams {
|
|
|
520
507
|
*/
|
|
521
508
|
default_verification_timeout_secs?: number;
|
|
522
509
|
/**
|
|
523
|
-
*
|
|
524
|
-
*/
|
|
525
|
-
messaging_template_id?: string;
|
|
526
|
-
/**
|
|
527
|
-
* Enabled country destinations to send verification codes. The elements in the
|
|
528
|
-
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
529
|
-
* destinations will be allowed.
|
|
510
|
+
* Phone number registered on the customer WABA to send OTPs from
|
|
530
511
|
*/
|
|
531
|
-
|
|
532
|
-
[k: string]: unknown;
|
|
533
|
-
}
|
|
534
|
-
interface Whatsapp {
|
|
512
|
+
sender_phone_number?: string | null;
|
|
535
513
|
/**
|
|
536
|
-
*
|
|
537
|
-
* message.
|
|
514
|
+
* Customer pre-approved authentication template name registered on Meta
|
|
538
515
|
*/
|
|
539
|
-
|
|
516
|
+
template_id?: string | null;
|
|
540
517
|
/**
|
|
541
|
-
*
|
|
542
|
-
* number of seconds before a verification request code expires. Once the
|
|
543
|
-
* verification request expires, the user cannot use the code to verify their
|
|
544
|
-
* identity.
|
|
518
|
+
* Customer Meta WABA ID for Bring-Your-Own-WABA sending
|
|
545
519
|
*/
|
|
546
|
-
|
|
520
|
+
waba_id?: string | null;
|
|
547
521
|
/**
|
|
548
522
|
* Enabled country destinations to send verification codes. The elements in the
|
|
549
523
|
* list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
|
|
550
|
-
* destinations will be allowed.
|
|
524
|
+
* destinations will be allowed. **Conditionally required:** this field must be
|
|
525
|
+
* provided when your organization is configured to require explicit whitelisted
|
|
526
|
+
* destinations; otherwise it is optional.
|
|
551
527
|
*/
|
|
552
528
|
whitelisted_destinations?: Array<string>;
|
|
553
529
|
[k: string]: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-profiles.d.mts","sourceRoot":"","sources":["../src/resources/verify-profiles.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,qBAAqB,EAAE,KAAK,2BAA2B,EAAE,WAAW,EAAE;OACxE,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,cAAe,SAAQ,WAAW;IAC7C;;;;;;;;;;OAUG;IACH,MAAM,CAAC,IAAI,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAIhG;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAI1F;;;;;;;;;;OAUG;IACH,MAAM,CACJ,eAAe,EAAE,MAAM,EACvB,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,iBAAiB,CAAC;IAIhC;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,uBAAuB,GAAG,IAAI,GAAG,SAAc,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,mCAAmC,EAAE,aAAa,CAAC;IAOlE;;;;;;;;;;OAUG;IACH,MAAM,CAAC,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAIxF;;;;;;;;;;OAUG;IACH,cAAc,CACZ,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;IAI9B;;;;;;;;OAQG;IACH,iBAAiB,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sCAAsC,CAAC;IAI/F;;;;;;;;;;;;;OAaG;IACH,cAAc,CACZ,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;CAG/B;AAED,MAAM,MAAM,mCAAmC,GAAG,qBAAqB,CAAC,aAAa,CAAC,CAAC;AAEvF,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,oCAAoC,CAAC;CAC7C;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,IAAI,CAAC,EAAE,aAAa,CAAC,IAAI,CAAC;IAE1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,
|
|
1
|
+
{"version":3,"file":"verify-profiles.d.mts","sourceRoot":"","sources":["../src/resources/verify-profiles.ts"],"names":[],"mappings":"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"}
|