You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** A unique SID identifier of the Branded Call. */
114
114
brandedBundleSid?: string;
115
+
/** Indicates whether the branded logo was displayed during the in_brand branded call. Possible values are true (logo was present) or false (logo was not present). */
116
+
brandedLogo?: boolean;
117
+
/** Indicates whether the Branded Call is in_band vs out_of_band. */
118
+
brandedType?: string;
119
+
/** Specifies the user-defined purpose for the call, as provided during the setup of in_band branded calling. */
120
+
brandedUseCase?: string;
121
+
/** Specifies the user-defined reason for the call, which will be displayed to the end user on their mobile device during an in_band branded call. */
122
+
brandedCallReason?: string;
115
123
/** A unique SID identifier of the Voice Integrity Profile. */
116
124
voiceIntegrityBundleSid?: string;
117
125
/** A Voice Integrity Use Case . Is of type enum. One of \'abandoned_cart\', \'appointment_reminders\', \'appointment_scheduling\', \'asset_management\', \'automated_support\', \'call_tracking\', \'click_to_call\', \'contact_tracing\', \'contactless_delivery\', \'customer_support\', \'dating/social\', \'delivery_notifications\', \'distance_learning\', \'emergency_notifications\', \'employee_notifications\', \'exam_proctoring\', \'field_notifications\', \'first_responder\', \'fraud_alerts\', \'group_messaging\', \'identify_&_verification\', \'intelligent_routing\', \'lead_alerts\', \'lead_distribution\', \'lead_generation\', \'lead_management\', \'lead_nurturing\', \'marketing_events\', \'mass_alerts\', \'meetings/collaboration\', \'order_notifications\', \'outbound_dialer\', \'pharmacy\', \'phone_system\', \'purchase_confirmation\', \'remote_appointments\', \'rewards_program\', \'self-service\', \'service_alerts\', \'shift_management\', \'survey/research\', \'telehealth\', \'telemarketing\', \'therapy_(individual+group)\'. */
/** A unique SID identifier of the Branded Call. */
192
200
brandedBundleSid?: string;
201
+
/** Indicates whether the branded logo was displayed during the in_brand branded call. Possible values are true (logo was present) or false (logo was not present). */
202
+
brandedLogo?: boolean;
203
+
/** Indicates whether the Branded Call is in_band vs out_of_band. */
204
+
brandedType?: string;
205
+
/** Specifies the user-defined purpose for the call, as provided during the setup of in_band branded calling. */
206
+
brandedUseCase?: string;
207
+
/** Specifies the user-defined reason for the call, which will be displayed to the end user on their mobile device during an in_band branded call. */
208
+
brandedCallReason?: string;
193
209
/** A unique SID identifier of the Voice Integrity Profile. */
194
210
voiceIntegrityBundleSid?: string;
195
211
/** A Voice Integrity Use Case . Is of type enum. One of \'abandoned_cart\', \'appointment_reminders\', \'appointment_scheduling\', \'asset_management\', \'automated_support\', \'call_tracking\', \'click_to_call\', \'contact_tracing\', \'contactless_delivery\', \'customer_support\', \'dating/social\', \'delivery_notifications\', \'distance_learning\', \'emergency_notifications\', \'employee_notifications\', \'exam_proctoring\', \'field_notifications\', \'first_responder\', \'fraud_alerts\', \'group_messaging\', \'identify_&_verification\', \'intelligent_routing\', \'lead_alerts\', \'lead_distribution\', \'lead_generation\', \'lead_management\', \'lead_nurturing\', \'marketing_events\', \'mass_alerts\', \'meetings/collaboration\', \'order_notifications\', \'outbound_dialer\', \'pharmacy\', \'phone_system\', \'purchase_confirmation\', \'remote_appointments\', \'rewards_program\', \'self-service\', \'service_alerts\', \'shift_management\', \'survey/research\', \'telehealth\', \'telemarketing\', \'therapy_(individual+group)\'. */
/** A unique SID identifier of the Branded Call. */
266
282
brandedBundleSid?: string;
283
+
/** Indicates whether the branded logo was displayed during the in_brand branded call. Possible values are true (logo was present) or false (logo was not present). */
284
+
brandedLogo?: boolean;
285
+
/** Indicates whether the Branded Call is in_band vs out_of_band. */
286
+
brandedType?: string;
287
+
/** Specifies the user-defined purpose for the call, as provided during the setup of in_band branded calling. */
288
+
brandedUseCase?: string;
289
+
/** Specifies the user-defined reason for the call, which will be displayed to the end user on their mobile device during an in_band branded call. */
290
+
brandedCallReason?: string;
267
291
/** A unique SID identifier of the Voice Integrity Profile. */
268
292
voiceIntegrityBundleSid?: string;
269
293
/** A Voice Integrity Use Case . Is of type enum. One of \'abandoned_cart\', \'appointment_reminders\', \'appointment_scheduling\', \'asset_management\', \'automated_support\', \'call_tracking\', \'click_to_call\', \'contact_tracing\', \'contactless_delivery\', \'customer_support\', \'dating/social\', \'delivery_notifications\', \'distance_learning\', \'emergency_notifications\', \'employee_notifications\', \'exam_proctoring\', \'field_notifications\', \'first_responder\', \'fraud_alerts\', \'group_messaging\', \'identify_&_verification\', \'intelligent_routing\', \'lead_alerts\', \'lead_distribution\', \'lead_generation\', \'lead_management\', \'lead_nurturing\', \'marketing_events\', \'mass_alerts\', \'meetings/collaboration\', \'order_notifications\', \'outbound_dialer\', \'pharmacy\', \'phone_system\', \'purchase_confirmation\', \'remote_appointments\', \'rewards_program\', \'self-service\', \'service_alerts\', \'shift_management\', \'survey/research\', \'telehealth\', \'telemarketing\', \'therapy_(individual+group)\'. */
@@ -447,6 +471,14 @@ export function CallSummariesListInstance(
@@ -218,7 +218,7 @@ export class PortingPortInInstance {
218
218
/**
219
219
* Details regarding the customer’s information with the losing carrier. These values will be used to generate the letter of authorization and should match the losing carrier’s data as closely as possible to ensure the port is accepted.
220
220
*/
221
-
losingCarrierInformation: any;
221
+
losingCarrierInformation: Record<string,object>;
222
222
phoneNumbers: Array<any>;
223
223
/**
224
224
* List of document SIDs for all phone numbers included in the port in request. At least one document SID referring to a document of the type Utility Bill is required.
0 commit comments