3236 add syncproviderconfig to connectedaccount model (#3328)
* add Last sync history ID * add is nullable * fix errors * modification
This commit is contained in:
@ -63,6 +63,15 @@ export class ConnectedAccountObjectMetadata extends BaseObjectMetadata {
|
|||||||
})
|
})
|
||||||
accountOwner: WorkspaceMemberObjectMetadata;
|
accountOwner: WorkspaceMemberObjectMetadata;
|
||||||
|
|
||||||
|
@FieldMetadata({
|
||||||
|
type: FieldMetadataType.TEXT,
|
||||||
|
label: 'Last sync history ID',
|
||||||
|
description: 'Last sync history ID',
|
||||||
|
icon: 'IconHistory',
|
||||||
|
})
|
||||||
|
@IsNullable()
|
||||||
|
lastSyncHistoryId: string;
|
||||||
|
|
||||||
@FieldMetadata({
|
@FieldMetadata({
|
||||||
type: FieldMetadataType.RELATION,
|
type: FieldMetadataType.RELATION,
|
||||||
label: 'Message Channel',
|
label: 'Message Channel',
|
||||||
|
|||||||
Reference in New Issue
Block a user