feat(core): Add notice to alert users a new version is available

This commit is contained in:
Michael Kret
2023-05-02 11:45:04 +03:00
committed by GitHub
parent 839a56a682
commit cb497fbbec
9 changed files with 33 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ import { userProfileFields, userProfileOperations } from './UserProfileDescripti
import { slackApiRequest, slackApiRequestAllItems, validateJSON } from './GenericFunctions';
import type { IAttachment } from './MessageInterface';
import { oldVersionNotice } from '../../../utils/descriptions';
import moment from 'moment';
interface Attachment {
@@ -97,6 +99,7 @@ export class SlackV1 implements INodeType {
},
],
properties: [
oldVersionNotice,
{
displayName: 'Authentication',
name: 'authentication',