3236 add syncproviderconfig to connectedaccount model (#3328)

* add Last sync history ID

* add is nullable

* fix errors

* modification
This commit is contained in:
bosiraphael
2024-01-09 14:48:10 +01:00
committed by GitHub
parent bdd0a7ed95
commit 4ebb487fa1

View File

@ -63,6 +63,15 @@ export class ConnectedAccountObjectMetadata extends BaseObjectMetadata {
})
accountOwner: WorkspaceMemberObjectMetadata;
@FieldMetadata({
type: FieldMetadataType.TEXT,
label: 'Last sync history ID',
description: 'Last sync history ID',
icon: 'IconHistory',
})
@IsNullable()
lastSyncHistoryId: string;
@FieldMetadata({
type: FieldMetadataType.RELATION,
label: 'Message Channel',