Skip to content

Commit abfa9f9

Browse files
AchoArnoldCopilot
andcommitted
chore(web): regenerate api models with unarchive_thread
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: bf78429e-573c-406c-9f7c-1d6e1bddbbb5
1 parent 9cd7872 commit abfa9f9

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

web/shared/types/api.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

530540
export interface RequestsUserNotificationUpdate {

0 commit comments

Comments
 (0)