File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export interface EntitiesBulkMessage {
6161 failed_count : number ;
6262 /** @example 30 */
6363 pending_count : number ;
64- /** @example "bulk-csv-a1B2c3D4e5 " */
64+ /** @example "bulk-httpsms-file.csv " */
6565 request_id : string ;
6666 /** @example 50 */
6767 scheduled_count : number ;
@@ -244,6 +244,11 @@ export interface EntitiesPhone {
244244 /** @example "+18005550199" */
245245 phone_number : string ;
246246 sim : EntitiesSIM ;
247+ /**
248+ * UnarchiveThread moves an archived message thread back to the inbox when a new message is received on this phone.
249+ * @example false
250+ */
251+ unarchive_thread : boolean ;
247252 /** @example "2022-06-05T14:26:10.303278+03:00" */
248253 updated_at : string ;
249254 /** @example "WB7DRDWrJZRGbYrv2CKGkqbzvqdC" */
@@ -525,6 +530,11 @@ export interface RequestsPhoneUpsert {
525530 * @example "SIM1"
526531 */
527532 sim : string ;
533+ /**
534+ * UnarchiveThread moves an archived thread back to the inbox when a new message is received on this phone.
535+ * @example false
536+ */
537+ unarchive_thread : boolean ;
528538}
529539
530540export interface RequestsUserNotificationUpdate {
You can’t perform that action at this time.
0 commit comments