/** * Pipedrive API v1 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface MailThreadAllOf */ export interface MailThreadAllOf { /** * ID of the mail thread * @type {number} */ 'id'?: number; /** * The connection account ID * @type {string} */ 'account_id'?: string; /** * ID of the user whom mail message will be assigned to * @type {number} */ 'user_id'?: number; /** * The subject * @type {string} */ 'subject'?: string; /** * A snippet * @type {string} */ 'snippet'?: string; /** * * @type {number} */ 'read_flag'?: MailThreadAllOfReadFlagConst; /** * Mail tracking status * @type {string} */ 'mail_tracking_status'?: string | null; /** * * @type {number} */ 'has_attachments_flag'?: MailThreadAllOfHasAttachmentsFlagConst; /** * * @type {number} */ 'has_inline_attachments_flag'?: MailThreadAllOfHasInlineAttachmentsFlagConst; /** * * @type {number} */ 'has_real_attachments_flag'?: MailThreadAllOfHasRealAttachmentsFlagConst; /** * * @type {number} */ 'deleted_flag'?: MailThreadAllOfDeletedFlagConst; /** * * @type {number} */ 'synced_flag'?: MailThreadAllOfSyncedFlagConst; /** * * @type {number} */ 'smart_bcc_flag'?: MailThreadAllOfSmartBccFlagConst; /** * * @type {number} */ 'mail_link_tracking_enabled_flag'?: MailThreadAllOfMailLinkTrackingEnabledFlagConst; } export declare const MailThreadAllOfReadFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfReadFlagConst = typeof MailThreadAllOfReadFlagConst[keyof typeof MailThreadAllOfReadFlagConst]; export declare const MailThreadAllOfHasAttachmentsFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfHasAttachmentsFlagConst = typeof MailThreadAllOfHasAttachmentsFlagConst[keyof typeof MailThreadAllOfHasAttachmentsFlagConst]; export declare const MailThreadAllOfHasInlineAttachmentsFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfHasInlineAttachmentsFlagConst = typeof MailThreadAllOfHasInlineAttachmentsFlagConst[keyof typeof MailThreadAllOfHasInlineAttachmentsFlagConst]; export declare const MailThreadAllOfHasRealAttachmentsFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfHasRealAttachmentsFlagConst = typeof MailThreadAllOfHasRealAttachmentsFlagConst[keyof typeof MailThreadAllOfHasRealAttachmentsFlagConst]; export declare const MailThreadAllOfDeletedFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfDeletedFlagConst = typeof MailThreadAllOfDeletedFlagConst[keyof typeof MailThreadAllOfDeletedFlagConst]; export declare const MailThreadAllOfSyncedFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfSyncedFlagConst = typeof MailThreadAllOfSyncedFlagConst[keyof typeof MailThreadAllOfSyncedFlagConst]; export declare const MailThreadAllOfSmartBccFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfSmartBccFlagConst = typeof MailThreadAllOfSmartBccFlagConst[keyof typeof MailThreadAllOfSmartBccFlagConst]; export declare const MailThreadAllOfMailLinkTrackingEnabledFlagConst: { readonly NUMBER_0: 0; readonly NUMBER_1: 1; }; export type MailThreadAllOfMailLinkTrackingEnabledFlagConst = typeof MailThreadAllOfMailLinkTrackingEnabledFlagConst[keyof typeof MailThreadAllOfMailLinkTrackingEnabledFlagConst];