Remove connected account feature flag (#19286)
Co-authored-by: martmull <martmull@hotmail.fr> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+1
-5
@@ -7,8 +7,6 @@ import { type ImapSmtpCaldavParams } from 'src/engine/core-modules/imap-smtp-cal
|
||||
import { BaseWorkspaceEntity } from 'src/engine/twenty-orm/base.workspace-entity';
|
||||
import { type FieldTypeAndNameMetadata } from 'src/engine/workspace-manager/utils/get-ts-vector-column-expression.util';
|
||||
import { type EntityRelation } from 'src/engine/workspace-manager/workspace-migration/types/entity-relation.interface';
|
||||
import { type CalendarChannelWorkspaceEntity } from 'src/modules/calendar/common/standard-objects/calendar-channel.workspace-entity';
|
||||
import { type MessageChannelWorkspaceEntity } from 'src/modules/messaging/common/standard-objects/message-channel.workspace-entity';
|
||||
import { type WorkspaceMemberWorkspaceEntity } from 'src/modules/workspace-member/standard-objects/workspace-member.workspace-entity';
|
||||
|
||||
const HANDLE_FIELD_NAME = 'handle';
|
||||
@@ -25,11 +23,9 @@ export class ConnectedAccountWorkspaceEntity extends BaseWorkspaceEntity {
|
||||
lastCredentialsRefreshedAt: Date | null;
|
||||
lastSyncHistoryId: string | null;
|
||||
authFailedAt: Date | null;
|
||||
handleAliases: string | null;
|
||||
handleAliases: string[] | null;
|
||||
scopes: string[] | null;
|
||||
connectionParameters: ImapSmtpCaldavParams | null;
|
||||
accountOwner: EntityRelation<WorkspaceMemberWorkspaceEntity>;
|
||||
accountOwnerId: string;
|
||||
messageChannels: EntityRelation<MessageChannelWorkspaceEntity[]>;
|
||||
calendarChannels: EntityRelation<CalendarChannelWorkspaceEntity[]>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user