Updated MessageChannelSyncStatus enum: changed COMPLETED to ACTIVE (#5965)
Fixes #5961 --------- Co-authored-by: bosiraphael <raphael.bosi@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -3077,8 +3077,8 @@ export type MessageChannelSyncStageEnumFilter = {
|
||||
|
||||
/** Sync status */
|
||||
export enum MessageChannelSyncStatusEnum {
|
||||
/** Completed */
|
||||
Completed = 'COMPLETED',
|
||||
/** Active */
|
||||
Active = 'ACTIVE',
|
||||
/** Failed */
|
||||
Failed = 'FAILED',
|
||||
/** Failed Insufficient Permissions */
|
||||
|
||||
Reference in New Issue
Block a user