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.
Files changed (256) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/client.d.mts +2 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +2 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js +11 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +11 -0
  9. package/client.mjs.map +1 -1
  10. package/core/EventEmitter.d.mts +11 -0
  11. package/core/EventEmitter.d.mts.map +1 -1
  12. package/core/EventEmitter.d.ts +11 -0
  13. package/core/EventEmitter.d.ts.map +1 -1
  14. package/core/EventEmitter.js +15 -1
  15. package/core/EventEmitter.js.map +1 -1
  16. package/core/EventEmitter.mjs +13 -0
  17. package/core/EventEmitter.mjs.map +1 -1
  18. package/internal/types.d.mts +6 -6
  19. package/internal/types.d.mts.map +1 -1
  20. package/internal/types.d.ts +6 -6
  21. package/internal/types.d.ts.map +1 -1
  22. package/internal/utils/env.js +2 -2
  23. package/internal/utils/env.js.map +1 -1
  24. package/internal/utils/env.mjs +2 -2
  25. package/internal/utils/env.mjs.map +1 -1
  26. package/internal/ws-adapter-browser.d.mts +34 -0
  27. package/internal/ws-adapter-browser.d.mts.map +1 -0
  28. package/internal/ws-adapter-browser.d.ts +34 -0
  29. package/internal/ws-adapter-browser.d.ts.map +1 -0
  30. package/internal/ws-adapter-browser.js +88 -0
  31. package/internal/ws-adapter-browser.js.map +1 -0
  32. package/internal/ws-adapter-browser.mjs +84 -0
  33. package/internal/ws-adapter-browser.mjs.map +1 -0
  34. package/internal/ws-adapter-node.d.mts +27 -0
  35. package/internal/ws-adapter-node.d.mts.map +1 -0
  36. package/internal/ws-adapter-node.d.ts +27 -0
  37. package/internal/ws-adapter-node.d.ts.map +1 -0
  38. package/internal/ws-adapter-node.js +90 -0
  39. package/internal/ws-adapter-node.js.map +1 -0
  40. package/internal/ws-adapter-node.mjs +86 -0
  41. package/internal/ws-adapter-node.mjs.map +1 -0
  42. package/internal/ws-adapter.d.mts +24 -0
  43. package/internal/ws-adapter.d.mts.map +1 -0
  44. package/internal/ws-adapter.d.ts +24 -0
  45. package/internal/ws-adapter.d.ts.map +1 -0
  46. package/internal/ws-adapter.js +11 -0
  47. package/internal/ws-adapter.js.map +1 -0
  48. package/internal/ws-adapter.mjs +8 -0
  49. package/internal/ws-adapter.mjs.map +1 -0
  50. package/internal/ws.d.mts +80 -0
  51. package/internal/ws.d.mts.map +1 -0
  52. package/internal/ws.d.ts +80 -0
  53. package/internal/ws.d.ts.map +1 -0
  54. package/internal/ws.js +153 -0
  55. package/internal/ws.js.map +1 -0
  56. package/internal/ws.mjs +147 -0
  57. package/internal/ws.mjs.map +1 -0
  58. package/lib/text-to-speech-ws-base.d.mts +106 -0
  59. package/lib/text-to-speech-ws-base.d.mts.map +1 -0
  60. package/lib/text-to-speech-ws-base.d.ts +106 -0
  61. package/lib/text-to-speech-ws-base.d.ts.map +1 -0
  62. package/lib/text-to-speech-ws-base.js +475 -0
  63. package/lib/text-to-speech-ws-base.js.map +1 -0
  64. package/lib/text-to-speech-ws-base.mjs +471 -0
  65. package/lib/text-to-speech-ws-base.mjs.map +1 -0
  66. package/lib/text-to-speech-ws-internal.d.mts +71 -0
  67. package/lib/text-to-speech-ws-internal.d.mts.map +1 -0
  68. package/lib/text-to-speech-ws-internal.d.ts +71 -0
  69. package/lib/text-to-speech-ws-internal.d.ts.map +1 -0
  70. package/lib/text-to-speech-ws-internal.js +47 -0
  71. package/lib/text-to-speech-ws-internal.js.map +1 -0
  72. package/lib/text-to-speech-ws-internal.mjs +41 -0
  73. package/lib/text-to-speech-ws-internal.mjs.map +1 -0
  74. package/lib/text-to-speech-ws.d.mts +13 -0
  75. package/lib/text-to-speech-ws.d.mts.map +1 -0
  76. package/lib/text-to-speech-ws.d.ts +13 -0
  77. package/lib/text-to-speech-ws.d.ts.map +1 -0
  78. package/lib/text-to-speech-ws.js +30 -0
  79. package/lib/text-to-speech-ws.js.map +1 -0
  80. package/lib/text-to-speech-ws.mjs +25 -0
  81. package/lib/text-to-speech-ws.mjs.map +1 -0
  82. package/lib/webhooks.d.mts +6 -0
  83. package/lib/webhooks.d.mts.map +1 -1
  84. package/lib/webhooks.d.ts +6 -0
  85. package/lib/webhooks.d.ts.map +1 -1
  86. package/lib/webhooks.js +16 -0
  87. package/lib/webhooks.js.map +1 -1
  88. package/lib/webhooks.mjs +14 -0
  89. package/lib/webhooks.mjs.map +1 -1
  90. package/package.json +1 -1
  91. package/resources/ai/assistants/assistants.d.mts +938 -65
  92. package/resources/ai/assistants/assistants.d.mts.map +1 -1
  93. package/resources/ai/assistants/assistants.d.ts +938 -65
  94. package/resources/ai/assistants/assistants.d.ts.map +1 -1
  95. package/resources/ai/assistants/assistants.js +0 -1
  96. package/resources/ai/assistants/assistants.js.map +1 -1
  97. package/resources/ai/assistants/assistants.mjs +0 -1
  98. package/resources/ai/assistants/assistants.mjs.map +1 -1
  99. package/resources/ai/assistants/versions.d.mts +563 -25
  100. package/resources/ai/assistants/versions.d.mts.map +1 -1
  101. package/resources/ai/assistants/versions.d.ts +563 -25
  102. package/resources/ai/assistants/versions.d.ts.map +1 -1
  103. package/resources/ai/conversations/conversations.d.mts +2 -2
  104. package/resources/ai/conversations/conversations.d.mts.map +1 -1
  105. package/resources/ai/conversations/conversations.d.ts +2 -2
  106. package/resources/ai/conversations/conversations.d.ts.map +1 -1
  107. package/resources/ai/conversations/conversations.js.map +1 -1
  108. package/resources/ai/conversations/conversations.mjs +1 -1
  109. package/resources/ai/conversations/conversations.mjs.map +1 -1
  110. package/resources/ai/conversations/index.d.mts +1 -1
  111. package/resources/ai/conversations/index.d.mts.map +1 -1
  112. package/resources/ai/conversations/index.d.ts +1 -1
  113. package/resources/ai/conversations/index.d.ts.map +1 -1
  114. package/resources/ai/conversations/index.js.map +1 -1
  115. package/resources/ai/conversations/index.mjs +1 -1
  116. package/resources/ai/conversations/index.mjs.map +1 -1
  117. package/resources/ai/conversations/messages.d.mts +46 -48
  118. package/resources/ai/conversations/messages.d.mts.map +1 -1
  119. package/resources/ai/conversations/messages.d.ts +46 -48
  120. package/resources/ai/conversations/messages.d.ts.map +1 -1
  121. package/resources/ai/conversations/messages.js +9 -6
  122. package/resources/ai/conversations/messages.js.map +1 -1
  123. package/resources/ai/conversations/messages.mjs +9 -6
  124. package/resources/ai/conversations/messages.mjs.map +1 -1
  125. package/resources/calls/actions.d.mts +114 -6
  126. package/resources/calls/actions.d.mts.map +1 -1
  127. package/resources/calls/actions.d.ts +114 -6
  128. package/resources/calls/actions.d.ts.map +1 -1
  129. package/resources/calls/actions.js +4 -0
  130. package/resources/calls/actions.js.map +1 -1
  131. package/resources/calls/actions.mjs +4 -0
  132. package/resources/calls/actions.mjs.map +1 -1
  133. package/resources/calls/calls.d.mts +168 -8
  134. package/resources/calls/calls.d.mts.map +1 -1
  135. package/resources/calls/calls.d.ts +168 -8
  136. package/resources/calls/calls.d.ts.map +1 -1
  137. package/resources/calls/calls.js +4 -0
  138. package/resources/calls/calls.js.map +1 -1
  139. package/resources/calls/calls.mjs +4 -0
  140. package/resources/calls/calls.mjs.map +1 -1
  141. package/resources/index.d.mts +2 -3
  142. package/resources/index.d.mts.map +1 -1
  143. package/resources/index.d.ts +2 -3
  144. package/resources/index.d.ts.map +1 -1
  145. package/resources/index.js +2 -7
  146. package/resources/index.js.map +1 -1
  147. package/resources/index.mjs +1 -2
  148. package/resources/index.mjs.map +1 -1
  149. package/resources/messages/messages.d.mts +4 -0
  150. package/resources/messages/messages.d.mts.map +1 -1
  151. package/resources/messages/messages.d.ts +4 -0
  152. package/resources/messages/messages.d.ts.map +1 -1
  153. package/resources/messages/messages.js.map +1 -1
  154. package/resources/messages/messages.mjs.map +1 -1
  155. package/resources/session-analysis/session-analysis.d.mts +3 -13
  156. package/resources/session-analysis/session-analysis.d.mts.map +1 -1
  157. package/resources/session-analysis/session-analysis.d.ts +3 -13
  158. package/resources/session-analysis/session-analysis.d.ts.map +1 -1
  159. package/resources/session-analysis/session-analysis.js.map +1 -1
  160. package/resources/session-analysis/session-analysis.mjs.map +1 -1
  161. package/resources/texml/accounts/calls/calls.d.mts +45 -0
  162. package/resources/texml/accounts/calls/calls.d.mts.map +1 -1
  163. package/resources/texml/accounts/calls/calls.d.ts +45 -0
  164. package/resources/texml/accounts/calls/calls.d.ts.map +1 -1
  165. package/resources/texml/accounts/calls/calls.js.map +1 -1
  166. package/resources/texml/accounts/calls/calls.mjs.map +1 -1
  167. package/resources/text-to-speech/index.d.mts +2 -1
  168. package/resources/text-to-speech/index.d.mts.map +1 -1
  169. package/resources/text-to-speech/index.d.ts +2 -1
  170. package/resources/text-to-speech/index.d.ts.map +1 -1
  171. package/resources/text-to-speech/index.js.map +1 -1
  172. package/resources/text-to-speech/index.mjs.map +1 -1
  173. package/resources/text-to-speech/internal-base.d.mts +1 -48
  174. package/resources/text-to-speech/internal-base.d.mts.map +1 -1
  175. package/resources/text-to-speech/internal-base.d.ts +1 -48
  176. package/resources/text-to-speech/internal-base.d.ts.map +1 -1
  177. package/resources/text-to-speech/internal-base.js +5 -48
  178. package/resources/text-to-speech/internal-base.js.map +1 -1
  179. package/resources/text-to-speech/internal-base.mjs +1 -44
  180. package/resources/text-to-speech/internal-base.mjs.map +1 -1
  181. package/resources/text-to-speech/text-to-speech.d.mts +28 -3
  182. package/resources/text-to-speech/text-to-speech.d.mts.map +1 -1
  183. package/resources/text-to-speech/text-to-speech.d.ts +28 -3
  184. package/resources/text-to-speech/text-to-speech.d.ts.map +1 -1
  185. package/resources/text-to-speech/text-to-speech.js +1 -1
  186. package/resources/text-to-speech/text-to-speech.mjs +1 -1
  187. package/resources/text-to-speech/ws-base.d.mts +2 -0
  188. package/resources/text-to-speech/ws-base.d.mts.map +1 -0
  189. package/resources/text-to-speech/ws-base.d.ts +2 -0
  190. package/resources/text-to-speech/ws-base.d.ts.map +1 -0
  191. package/resources/text-to-speech/ws-base.js +7 -0
  192. package/resources/text-to-speech/ws-base.js.map +1 -0
  193. package/resources/text-to-speech/ws-base.mjs +3 -0
  194. package/resources/text-to-speech/ws-base.mjs.map +1 -0
  195. package/resources/text-to-speech/ws.d.mts +2 -41
  196. package/resources/text-to-speech/ws.d.mts.map +1 -1
  197. package/resources/text-to-speech/ws.d.ts +2 -41
  198. package/resources/text-to-speech/ws.d.ts.map +1 -1
  199. package/resources/text-to-speech/ws.js +2 -182
  200. package/resources/text-to-speech/ws.js.map +1 -1
  201. package/resources/text-to-speech/ws.mjs +1 -180
  202. package/resources/text-to-speech/ws.mjs.map +1 -1
  203. package/resources/verify-profiles.d.mts +97 -121
  204. package/resources/verify-profiles.d.mts.map +1 -1
  205. package/resources/verify-profiles.d.ts +97 -121
  206. package/resources/verify-profiles.d.ts.map +1 -1
  207. package/resources/webhooks.d.mts +642 -7
  208. package/resources/webhooks.d.mts.map +1 -1
  209. package/resources/webhooks.d.ts +642 -7
  210. package/resources/webhooks.d.ts.map +1 -1
  211. package/resources/webhooks.js +4 -10
  212. package/resources/webhooks.js.map +1 -1
  213. package/resources/webhooks.mjs +5 -11
  214. package/resources/webhooks.mjs.map +1 -1
  215. package/resources/whatsapp/phone-numbers/profile/profile.d.mts +5 -0
  216. package/resources/whatsapp/phone-numbers/profile/profile.d.mts.map +1 -1
  217. package/resources/whatsapp/phone-numbers/profile/profile.d.ts +5 -0
  218. package/resources/whatsapp/phone-numbers/profile/profile.d.ts.map +1 -1
  219. package/resources/whatsapp/phone-numbers/profile/profile.js.map +1 -1
  220. package/resources/whatsapp/phone-numbers/profile/profile.mjs.map +1 -1
  221. package/src/client.ts +22 -0
  222. package/src/core/EventEmitter.ts +16 -0
  223. package/src/internal/types.ts +6 -8
  224. package/src/internal/utils/env.ts +2 -2
  225. package/src/internal/ws-adapter-browser.ts +123 -0
  226. package/src/internal/ws-adapter-node.ts +105 -0
  227. package/src/internal/ws-adapter.ts +30 -0
  228. package/src/internal/ws.ts +193 -0
  229. package/src/lib/text-to-speech-ws-base.ts +618 -0
  230. package/src/lib/text-to-speech-ws-internal.ts +111 -0
  231. package/src/lib/text-to-speech-ws.ts +40 -0
  232. package/src/lib/webhooks.ts +27 -0
  233. package/src/resources/ai/assistants/assistants.ts +1065 -65
  234. package/src/resources/ai/assistants/versions.ts +639 -25
  235. package/src/resources/ai/conversations/conversations.ts +12 -2
  236. package/src/resources/ai/conversations/index.ts +6 -1
  237. package/src/resources/ai/conversations/messages.ts +67 -54
  238. package/src/resources/calls/actions.ts +184 -4
  239. package/src/resources/calls/calls.ts +191 -4
  240. package/src/resources/index.ts +6 -12
  241. package/src/resources/messages/messages.ts +5 -0
  242. package/src/resources/session-analysis/session-analysis.ts +3 -16
  243. package/src/resources/texml/accounts/calls/calls.ts +54 -0
  244. package/src/resources/text-to-speech/index.ts +2 -1
  245. package/src/resources/text-to-speech/internal-base.ts +6 -95
  246. package/src/resources/text-to-speech/text-to-speech.ts +33 -3
  247. package/src/resources/text-to-speech/ws-base.ts +7 -0
  248. package/src/resources/text-to-speech/ws.ts +2 -201
  249. package/src/resources/verify-profiles.ts +109 -142
  250. package/src/resources/webhooks.ts +886 -45
  251. package/src/resources/whatsapp/phone-numbers/profile/profile.ts +7 -0
  252. package/src/version.ts +1 -1
  253. package/version.d.mts +1 -1
  254. package/version.d.ts +1 -1
  255. package/version.js +1 -1
  256. 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
- import * as WS from 'ws';
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":"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"}
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 Rcs {
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 SMS {
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
- whitelisted_destinations?: Array<string>;
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
- flashcall?: VerifyProfileUpdateParams.Flashcall;
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 Flashcall {
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
- * Enabled country destinations to send verification codes. The elements in the
461
- * list must be valid ISO 3166-1 alpha-2 country codes. If set to `["*"]`, all
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
- whitelisted_destinations?: Array<string>;
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 SMS {
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
- * The message template identifier selected from /verify_profiles/templates
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
- whitelisted_destinations?: Array<string>;
532
- [k: string]: unknown;
533
- }
534
- interface Whatsapp {
512
+ sender_phone_number?: string | null;
535
513
  /**
536
- * The name that identifies the application requesting 2fa in the verification
537
- * message.
514
+ * Customer pre-approved authentication template name registered on Meta
538
515
  */
539
- app_name?: string;
516
+ template_id?: string | null;
540
517
  /**
541
- * For every request that is initiated via this Verify profile, this sets the
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
- default_verification_timeout_secs?: number;
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":"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"}
1
+ {"version":3,"file":"verify-profiles.d.mts","sourceRoot":"","sources":["../src/resources/verify-profiles.ts"],"names":[],"mappings":"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"}