From eedde38d0bbc4c023c3e00887a33e95112804c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Hofman?= Date: Tue, 12 Mar 2024 08:56:58 +0100 Subject: [PATCH] Update tooltips for AddOrUpdateContact --- src/appmixer/naxai/bundle.json | 6 +++--- src/appmixer/naxai/people/PutContact/PutContact.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/appmixer/naxai/bundle.json b/src/appmixer/naxai/bundle.json index 7c729d6c1..ecff72659 100644 --- a/src/appmixer/naxai/bundle.json +++ b/src/appmixer/naxai/bundle.json @@ -1,9 +1,9 @@ { "name": "appmixer.naxai", - "version": "1.0.1", + "version": "1.0.2", "changelog": { - "1.0.1": [ + "1.0.2": [ "Naxai" ] } -} \ No newline at end of file +} diff --git a/src/appmixer/naxai/people/PutContact/PutContact.js b/src/appmixer/naxai/people/PutContact/PutContact.js index 66f1a2ecd..4dcf0670b 100644 --- a/src/appmixer/naxai/people/PutContact/PutContact.js +++ b/src/appmixer/naxai/people/PutContact/PutContact.js @@ -103,7 +103,7 @@ module.exports = { type: 'string', index: 0, label: 'Identifier', - tooltip: '

Identifier of the contact. For more details, see Naxai documentation.

' + tooltip: '

Identifier of the contact. For more details, see Naxai documentation. If your contact identifier is set to email, use the email address as the identifier. If your contact identifier is set to phone, use the phone number as the identifier.

' }, email: { type: 'string', @@ -115,7 +115,7 @@ module.exports = { type: 'string', index: 2, label: 'Phone', - tooltip: '' + tooltip: 'Expected pattern: ^[0-9]{6,20}$. Example: 32499010203' }, externalId: { type: 'string', @@ -133,7 +133,7 @@ module.exports = { type: 'string', index: 5, label: 'Language', - tooltip: '' + tooltip: 'Enter ISO 639-1 code. Example: en.' }, createdAt: { type: 'number',