@awell-health/awell-extensions 2.0.228 → 2.0.230
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/extensions/bland/actions/getCallDetails/config/dataPoints.d.ts +48 -0
- package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.js +48 -0
- package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.js.map +1 -1
- package/dist/extensions/bland/actions/getCallDetails/config/fields.js +1 -1
- package/dist/extensions/bland/actions/getCallDetails/config/fields.js.map +1 -1
- package/dist/extensions/bland/actions/getCallDetails/getCallDetails.js +24 -8
- package/dist/extensions/bland/actions/getCallDetails/getCallDetails.js.map +1 -1
- package/dist/extensions/bland/actions/index.d.ts +549 -1
- package/dist/extensions/bland/actions/sendCall/config/dataPoints.js +0 -2
- package/dist/extensions/bland/actions/sendCall/config/dataPoints.js.map +1 -1
- package/dist/extensions/bland/actions/sendCall/config/fields.d.ts +369 -2
- package/dist/extensions/bland/actions/sendCall/config/fields.js +299 -36
- package/dist/extensions/bland/actions/sendCall/config/fields.js.map +1 -1
- package/dist/extensions/bland/actions/sendCall/sendCall.js +23 -40
- package/dist/extensions/bland/actions/sendCall/sendCall.js.map +1 -1
- package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.js +0 -2
- package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.js.map +1 -1
- package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.d.ts +369 -2
- package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.js +300 -37
- package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.js.map +1 -1
- package/dist/extensions/bland/actions/sendCallWithPathway/sendCallWithPathway.js +23 -40
- package/dist/extensions/bland/actions/sendCallWithPathway/sendCallWithPathway.js.map +1 -1
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.d.ts +20 -29
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.js +8 -9
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.js.map +1 -1
- package/dist/extensions/bland/api/schema/SendCall.schema.d.ts +281 -34
- package/dist/extensions/bland/api/schema/SendCall.schema.js +53 -15
- package/dist/extensions/bland/api/schema/SendCall.schema.js.map +1 -1
- package/dist/extensions/bland/api/schema/atoms/BackgroundTrackSchema.d.ts +7 -0
- package/dist/extensions/bland/api/schema/atoms/BackgroundTrackSchema.js +21 -0
- package/dist/extensions/bland/api/schema/atoms/BackgroundTrackSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/ModelSchema.d.ts +2 -0
- package/dist/extensions/bland/api/schema/atoms/ModelSchema.js +6 -0
- package/dist/extensions/bland/api/schema/atoms/ModelSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/VoicemailActionSchema.d.ts +2 -0
- package/dist/extensions/bland/api/schema/atoms/VoicemailActionSchema.js +10 -0
- package/dist/extensions/bland/api/schema/atoms/VoicemailActionSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.d.ts +2 -0
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.js +6 -0
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/index.d.ts +4 -0
- package/dist/extensions/bland/api/schema/atoms/index.js +21 -0
- package/dist/extensions/bland/api/schema/atoms/index.js.map +1 -0
- package/dist/extensions/bland/index.js +2 -0
- package/dist/extensions/bland/index.js.map +1 -1
- package/dist/extensions/bland/lib/sharedActionFields.d.ts +8 -0
- package/dist/extensions/bland/lib/sharedActionFields.js +59 -0
- package/dist/extensions/bland/lib/sharedActionFields.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/__testdata__/callCompleted.mock.d.ts +68 -0
- package/dist/extensions/bland/webhooks/CallCompleted/__testdata__/callCompleted.mock.js +108 -0
- package/dist/extensions/bland/webhooks/CallCompleted/__testdata__/callCompleted.mock.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/callCompleted.d.ts +12 -0
- package/dist/extensions/bland/webhooks/CallCompleted/callCompleted.js +31 -0
- package/dist/extensions/bland/webhooks/CallCompleted/callCompleted.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/index.d.ts +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/index.js +18 -0
- package/dist/extensions/bland/webhooks/CallCompleted/index.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/types.d.ts +37 -0
- package/dist/extensions/bland/webhooks/CallCompleted/types.js +3 -0
- package/dist/extensions/bland/webhooks/CallCompleted/types.js.map +1 -0
- package/dist/extensions/bland/webhooks/index.d.ts +9 -0
- package/dist/extensions/bland/webhooks/index.js +6 -0
- package/dist/extensions/bland/webhooks/index.js.map +1 -0
- package/dist/extensions/elation/webhooks/appointmentCreatedOrUpdated.js +4 -3
- package/dist/extensions/elation/webhooks/appointmentCreatedOrUpdated.js.map +1 -1
- package/dist/extensions/elation/webhooks/patientCreatedOrUpdated.js +4 -3
- package/dist/extensions/elation/webhooks/patientCreatedOrUpdated.js.map +1 -1
- package/dist/extensions/markdown.json +1 -1
- package/dist/extensions/text-em-all/actions/createCallBroadcast/config.d.ts +20 -20
- package/dist/extensions/text-em-all/actions/types.d.ts +14 -14
- package/package.json +1 -1
@@ -16,6 +16,280 @@ export declare const fields: {
|
|
16
16
|
type: FieldType.TEXT;
|
17
17
|
required: true;
|
18
18
|
};
|
19
|
+
pathwayVersion: {
|
20
|
+
id: string;
|
21
|
+
label: string;
|
22
|
+
description: string;
|
23
|
+
type: FieldType.NUMERIC;
|
24
|
+
required: false;
|
25
|
+
};
|
26
|
+
voice: {
|
27
|
+
id: string;
|
28
|
+
label: string;
|
29
|
+
description: string;
|
30
|
+
type: FieldType.STRING;
|
31
|
+
required: false;
|
32
|
+
};
|
33
|
+
background_track: {
|
34
|
+
id: string;
|
35
|
+
label: string;
|
36
|
+
description: string;
|
37
|
+
type: FieldType.STRING;
|
38
|
+
required: false;
|
39
|
+
options: {
|
40
|
+
dropdownOptions: {
|
41
|
+
value: string;
|
42
|
+
label: string;
|
43
|
+
}[];
|
44
|
+
};
|
45
|
+
};
|
46
|
+
first_sentence: {
|
47
|
+
id: string;
|
48
|
+
label: string;
|
49
|
+
description: string;
|
50
|
+
type: FieldType.STRING;
|
51
|
+
required: false;
|
52
|
+
};
|
53
|
+
wait_for_greeting: {
|
54
|
+
id: string;
|
55
|
+
label: string;
|
56
|
+
description: string;
|
57
|
+
type: FieldType.STRING;
|
58
|
+
required: false;
|
59
|
+
options: {
|
60
|
+
dropdownOptions: {
|
61
|
+
value: string;
|
62
|
+
label: string;
|
63
|
+
}[];
|
64
|
+
};
|
65
|
+
};
|
66
|
+
block_interruptions: {
|
67
|
+
id: string;
|
68
|
+
label: string;
|
69
|
+
description: string;
|
70
|
+
type: FieldType.STRING;
|
71
|
+
required: false;
|
72
|
+
options: {
|
73
|
+
dropdownOptions: {
|
74
|
+
value: string;
|
75
|
+
label: string;
|
76
|
+
}[];
|
77
|
+
};
|
78
|
+
};
|
79
|
+
interruption_threshold: {
|
80
|
+
id: string;
|
81
|
+
label: string;
|
82
|
+
description: string;
|
83
|
+
type: FieldType.NUMERIC;
|
84
|
+
required: false;
|
85
|
+
};
|
86
|
+
model: {
|
87
|
+
id: string;
|
88
|
+
label: string;
|
89
|
+
description: string;
|
90
|
+
type: FieldType.STRING;
|
91
|
+
required: false;
|
92
|
+
options: {
|
93
|
+
dropdownOptions: {
|
94
|
+
label: "base" | "turbo";
|
95
|
+
value: "base" | "turbo";
|
96
|
+
}[];
|
97
|
+
};
|
98
|
+
};
|
99
|
+
temperature: {
|
100
|
+
id: string;
|
101
|
+
label: string;
|
102
|
+
description: string;
|
103
|
+
type: FieldType.NUMERIC;
|
104
|
+
required: false;
|
105
|
+
};
|
106
|
+
dynamic_data: {
|
107
|
+
id: string;
|
108
|
+
label: string;
|
109
|
+
description: string;
|
110
|
+
type: FieldType.JSON;
|
111
|
+
required: false;
|
112
|
+
};
|
113
|
+
keywords: {
|
114
|
+
id: string;
|
115
|
+
label: string;
|
116
|
+
description: string;
|
117
|
+
type: FieldType.STRING;
|
118
|
+
required: false;
|
119
|
+
};
|
120
|
+
pronunciation_guide: {
|
121
|
+
id: string;
|
122
|
+
label: string;
|
123
|
+
description: string;
|
124
|
+
type: FieldType.JSON;
|
125
|
+
required: false;
|
126
|
+
};
|
127
|
+
language: {
|
128
|
+
id: string;
|
129
|
+
label: string;
|
130
|
+
description: string;
|
131
|
+
type: FieldType.STRING;
|
132
|
+
required: false;
|
133
|
+
};
|
134
|
+
local_dialing: {
|
135
|
+
id: string;
|
136
|
+
label: string;
|
137
|
+
description: string;
|
138
|
+
type: FieldType.STRING;
|
139
|
+
required: false;
|
140
|
+
options: {
|
141
|
+
dropdownOptions: {
|
142
|
+
value: string;
|
143
|
+
label: string;
|
144
|
+
}[];
|
145
|
+
};
|
146
|
+
};
|
147
|
+
voicemail_sms: {
|
148
|
+
id: string;
|
149
|
+
label: string;
|
150
|
+
description: string;
|
151
|
+
type: FieldType.JSON;
|
152
|
+
required: false;
|
153
|
+
};
|
154
|
+
dispatch_hours: {
|
155
|
+
id: string;
|
156
|
+
label: string;
|
157
|
+
description: string;
|
158
|
+
type: FieldType.JSON;
|
159
|
+
required: false;
|
160
|
+
};
|
161
|
+
sensitive_voicemail_detection: {
|
162
|
+
id: string;
|
163
|
+
label: string;
|
164
|
+
description: string;
|
165
|
+
type: FieldType.STRING;
|
166
|
+
required: false;
|
167
|
+
options: {
|
168
|
+
dropdownOptions: {
|
169
|
+
value: string;
|
170
|
+
label: string;
|
171
|
+
}[];
|
172
|
+
};
|
173
|
+
};
|
174
|
+
noise_cancellation: {
|
175
|
+
id: string;
|
176
|
+
label: string;
|
177
|
+
description: string;
|
178
|
+
type: FieldType.STRING;
|
179
|
+
required: false;
|
180
|
+
options: {
|
181
|
+
dropdownOptions: {
|
182
|
+
value: string;
|
183
|
+
label: string;
|
184
|
+
}[];
|
185
|
+
};
|
186
|
+
};
|
187
|
+
ignore_button_press: {
|
188
|
+
id: string;
|
189
|
+
label: string;
|
190
|
+
description: string;
|
191
|
+
type: FieldType.STRING;
|
192
|
+
required: false;
|
193
|
+
options: {
|
194
|
+
dropdownOptions: {
|
195
|
+
value: string;
|
196
|
+
label: string;
|
197
|
+
}[];
|
198
|
+
};
|
199
|
+
};
|
200
|
+
timezone: {
|
201
|
+
id: string;
|
202
|
+
label: string;
|
203
|
+
description: string;
|
204
|
+
type: FieldType.STRING;
|
205
|
+
required: false;
|
206
|
+
options: {
|
207
|
+
dropdownOptions: import("../../../../awell/v1/actions/updatePatient/config/getTimezones").OptionProps[];
|
208
|
+
};
|
209
|
+
};
|
210
|
+
tools: {
|
211
|
+
id: string;
|
212
|
+
label: string;
|
213
|
+
description: string;
|
214
|
+
type: FieldType.JSON;
|
215
|
+
required: false;
|
216
|
+
};
|
217
|
+
voicemail_message: {
|
218
|
+
id: string;
|
219
|
+
label: string;
|
220
|
+
description: string;
|
221
|
+
type: FieldType.STRING;
|
222
|
+
required: false;
|
223
|
+
};
|
224
|
+
voicemail_action: {
|
225
|
+
id: string;
|
226
|
+
label: string;
|
227
|
+
description: string;
|
228
|
+
type: FieldType.JSON;
|
229
|
+
required: false;
|
230
|
+
};
|
231
|
+
retry: {
|
232
|
+
id: string;
|
233
|
+
label: string;
|
234
|
+
description: string;
|
235
|
+
type: FieldType.JSON;
|
236
|
+
required: false;
|
237
|
+
};
|
238
|
+
max_duration: {
|
239
|
+
id: string;
|
240
|
+
label: string;
|
241
|
+
description: string;
|
242
|
+
type: FieldType.NUMERIC;
|
243
|
+
required: false;
|
244
|
+
};
|
245
|
+
record: {
|
246
|
+
id: string;
|
247
|
+
label: string;
|
248
|
+
description: string;
|
249
|
+
type: FieldType.STRING;
|
250
|
+
required: false;
|
251
|
+
options: {
|
252
|
+
dropdownOptions: {
|
253
|
+
value: string;
|
254
|
+
label: string;
|
255
|
+
}[];
|
256
|
+
};
|
257
|
+
};
|
258
|
+
metadata: {
|
259
|
+
id: string;
|
260
|
+
label: string;
|
261
|
+
description: string;
|
262
|
+
type: FieldType.JSON;
|
263
|
+
required: false;
|
264
|
+
};
|
265
|
+
analysis_preset: {
|
266
|
+
id: string;
|
267
|
+
label: string;
|
268
|
+
description: string;
|
269
|
+
type: FieldType.STRING;
|
270
|
+
required: false;
|
271
|
+
};
|
272
|
+
available_tags: {
|
273
|
+
id: string;
|
274
|
+
label: string;
|
275
|
+
description: string;
|
276
|
+
type: FieldType.STRING;
|
277
|
+
required: false;
|
278
|
+
};
|
279
|
+
geospatial_dialing: {
|
280
|
+
id: string;
|
281
|
+
label: string;
|
282
|
+
description: string;
|
283
|
+
type: FieldType.STRING;
|
284
|
+
required: false;
|
285
|
+
};
|
286
|
+
precall_dtmf_sequence: {
|
287
|
+
id: string;
|
288
|
+
label: string;
|
289
|
+
description: string;
|
290
|
+
type: FieldType.STRING;
|
291
|
+
required: false;
|
292
|
+
};
|
19
293
|
requestData: {
|
20
294
|
id: string;
|
21
295
|
label: string;
|
@@ -34,16 +308,109 @@ export declare const fields: {
|
|
34
308
|
export declare const FieldsValidationSchema: z.ZodObject<{
|
35
309
|
phoneNumber: z.ZodString;
|
36
310
|
pathwayId: z.ZodString;
|
37
|
-
|
38
|
-
|
311
|
+
pathwayVersion: z.ZodOptional<z.ZodNumber>;
|
312
|
+
voice: z.ZodOptional<z.ZodString>;
|
313
|
+
background_track: z.ZodOptional<z.ZodEffects<z.ZodEnum<["null", "office", "cafe", "restaurant", "none"]>, "office" | "cafe" | "restaurant" | "none" | null, "null" | "office" | "cafe" | "restaurant" | "none">>;
|
314
|
+
first_sentence: z.ZodOptional<z.ZodString>;
|
315
|
+
wait_for_greeting: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
316
|
+
block_interruptions: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
317
|
+
interruption_threshold: z.ZodOptional<z.ZodNumber>;
|
318
|
+
model: z.ZodOptional<z.ZodEnum<["base", "turbo"]>>;
|
319
|
+
temperature: z.ZodOptional<z.ZodNumber>;
|
320
|
+
dynamic_data: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, string>[], string | undefined>>;
|
321
|
+
keywords: z.ZodOptional<z.ZodEffects<z.ZodString, string[], string>>;
|
322
|
+
pronunciation_guide: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, string>[], string | undefined>>;
|
323
|
+
language: z.ZodOptional<z.ZodString>;
|
324
|
+
local_dialing: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
325
|
+
voicemail_sms: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, unknown>, string | undefined>>;
|
326
|
+
dispatch_hours: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, unknown>, string | undefined>>;
|
327
|
+
sensitive_voicemail_detection: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
328
|
+
noise_cancellation: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
329
|
+
ignore_button_press: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
330
|
+
timezone: z.ZodOptional<z.ZodString>;
|
331
|
+
tools: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, string>[], string | undefined>>;
|
332
|
+
voicemail_message: z.ZodOptional<z.ZodString>;
|
333
|
+
voicemail_action: z.ZodOptional<z.ZodEnum<["hangup", "leave_message", "ignore"]>>;
|
334
|
+
retry: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, unknown>, string | undefined>>;
|
335
|
+
max_duration: z.ZodOptional<z.ZodNumber>;
|
336
|
+
record: z.ZodOptional<z.ZodEffects<z.ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
|
337
|
+
metadata: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, unknown>, string | undefined>>;
|
338
|
+
analysis_preset: z.ZodOptional<z.ZodString>;
|
339
|
+
available_tags: z.ZodOptional<z.ZodEffects<z.ZodString, string[], string>>;
|
340
|
+
geospatial_dialing: z.ZodOptional<z.ZodString>;
|
341
|
+
precall_dtmf_sequence: z.ZodOptional<z.ZodString>;
|
342
|
+
requestData: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, unknown>, string | undefined>>;
|
343
|
+
analysisSchema: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, unknown>, string | undefined>>;
|
39
344
|
}, "strip", z.ZodTypeAny, {
|
40
345
|
phoneNumber: string;
|
41
346
|
pathwayId: string;
|
347
|
+
language?: string | undefined;
|
348
|
+
dynamic_data?: Record<string, string>[] | undefined;
|
349
|
+
voice?: string | undefined;
|
350
|
+
background_track?: "office" | "cafe" | "restaurant" | "none" | null | undefined;
|
351
|
+
first_sentence?: string | undefined;
|
352
|
+
wait_for_greeting?: boolean | undefined;
|
353
|
+
block_interruptions?: boolean | undefined;
|
354
|
+
interruption_threshold?: number | undefined;
|
355
|
+
model?: "base" | "turbo" | undefined;
|
356
|
+
temperature?: number | undefined;
|
357
|
+
keywords?: string[] | undefined;
|
358
|
+
pronunciation_guide?: Record<string, string>[] | undefined;
|
359
|
+
local_dialing?: boolean | undefined;
|
360
|
+
voicemail_sms?: Record<string, unknown> | undefined;
|
361
|
+
dispatch_hours?: Record<string, unknown> | undefined;
|
362
|
+
sensitive_voicemail_detection?: boolean | undefined;
|
363
|
+
noise_cancellation?: boolean | undefined;
|
364
|
+
ignore_button_press?: boolean | undefined;
|
365
|
+
timezone?: string | undefined;
|
366
|
+
tools?: Record<string, string>[] | undefined;
|
367
|
+
voicemail_message?: string | undefined;
|
368
|
+
voicemail_action?: "hangup" | "leave_message" | "ignore" | undefined;
|
369
|
+
retry?: Record<string, unknown> | undefined;
|
370
|
+
max_duration?: number | undefined;
|
371
|
+
record?: boolean | undefined;
|
372
|
+
metadata?: Record<string, unknown> | undefined;
|
373
|
+
analysis_preset?: string | undefined;
|
374
|
+
available_tags?: string[] | undefined;
|
375
|
+
geospatial_dialing?: string | undefined;
|
376
|
+
precall_dtmf_sequence?: string | undefined;
|
377
|
+
pathwayVersion?: number | undefined;
|
42
378
|
requestData?: Record<string, unknown> | undefined;
|
43
379
|
analysisSchema?: Record<string, unknown> | undefined;
|
44
380
|
}, {
|
45
381
|
phoneNumber: string;
|
46
382
|
pathwayId: string;
|
383
|
+
language?: string | undefined;
|
384
|
+
dynamic_data?: string | undefined;
|
385
|
+
voice?: string | undefined;
|
386
|
+
background_track?: "null" | "office" | "cafe" | "restaurant" | "none" | undefined;
|
387
|
+
first_sentence?: string | undefined;
|
388
|
+
wait_for_greeting?: "true" | "false" | undefined;
|
389
|
+
block_interruptions?: "true" | "false" | undefined;
|
390
|
+
interruption_threshold?: number | undefined;
|
391
|
+
model?: "base" | "turbo" | undefined;
|
392
|
+
temperature?: number | undefined;
|
393
|
+
keywords?: string | undefined;
|
394
|
+
pronunciation_guide?: string | undefined;
|
395
|
+
local_dialing?: "true" | "false" | undefined;
|
396
|
+
voicemail_sms?: string | undefined;
|
397
|
+
dispatch_hours?: string | undefined;
|
398
|
+
sensitive_voicemail_detection?: "true" | "false" | undefined;
|
399
|
+
noise_cancellation?: "true" | "false" | undefined;
|
400
|
+
ignore_button_press?: "true" | "false" | undefined;
|
401
|
+
timezone?: string | undefined;
|
402
|
+
tools?: string | undefined;
|
403
|
+
voicemail_message?: string | undefined;
|
404
|
+
voicemail_action?: "hangup" | "leave_message" | "ignore" | undefined;
|
405
|
+
retry?: string | undefined;
|
406
|
+
max_duration?: number | undefined;
|
407
|
+
record?: "true" | "false" | undefined;
|
408
|
+
metadata?: string | undefined;
|
409
|
+
analysis_preset?: string | undefined;
|
410
|
+
available_tags?: string | undefined;
|
411
|
+
geospatial_dialing?: string | undefined;
|
412
|
+
precall_dtmf_sequence?: string | undefined;
|
413
|
+
pathwayVersion?: number | undefined;
|
47
414
|
requestData?: string | undefined;
|
48
415
|
analysisSchema?: string | undefined;
|
49
416
|
}>;
|