diff --git a/packages/browser-destinations/destinations/1flow/src/index.ts b/packages/browser-destinations/destinations/1flow/src/index.ts index 5c5b4e11066..b6a89b6e2d5 100644 --- a/packages/browser-destinations/destinations/1flow/src/index.ts +++ b/packages/browser-destinations/destinations/1flow/src/index.ts @@ -22,7 +22,7 @@ export const destination: BrowserDestinationDefinition = { description: 'This is the unique app_id for your 1Flow application, serving as the identifier for data storage and retrieval. This field is mandatory.', label: 'Project API Key', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/browser-destinations/destinations/braze/src/index.ts b/packages/browser-destinations/destinations/braze/src/index.ts index ea305a6ff85..5ef45fca7f7 100644 --- a/packages/browser-destinations/destinations/braze/src/index.ts +++ b/packages/browser-destinations/destinations/braze/src/index.ts @@ -117,7 +117,7 @@ export const destination: BrowserDestinationDefinition = { apiKey: { label: 'Embed API Key', description: 'The Embed API Key for your account. You can find this on your settings pages.', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/browser-destinations/destinations/pendo-web-actions/src/index.ts b/packages/browser-destinations/destinations/pendo-web-actions/src/index.ts index 79e902ebbbf..bcc3d3012aa 100644 --- a/packages/browser-destinations/destinations/pendo-web-actions/src/index.ts +++ b/packages/browser-destinations/destinations/pendo-web-actions/src/index.ts @@ -27,7 +27,7 @@ export const destination: BrowserDestinationDefinition = { apiKey: { label: 'Pendo API Key', description: 'Pendo API Key', - type: 'string', + type: 'password', required: true }, region: { diff --git a/packages/destination-actions/src/destinations/aampe/index.ts b/packages/destination-actions/src/destinations/aampe/index.ts index ebe9254ff7e..51e88d9de12 100644 --- a/packages/destination-actions/src/destinations/aampe/index.ts +++ b/packages/destination-actions/src/destinations/aampe/index.ts @@ -15,7 +15,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Your Aampe API Key', - type: 'string', + type: 'password', required: true }, region: { diff --git a/packages/destination-actions/src/destinations/actable-predictive/index.ts b/packages/destination-actions/src/destinations/actable-predictive/index.ts index 4fb021eb30d..23a4b29f0d4 100644 --- a/packages/destination-actions/src/destinations/actable-predictive/index.ts +++ b/packages/destination-actions/src/destinations/actable-predictive/index.ts @@ -8,8 +8,7 @@ import sendCustomEvent from './sendCustomEvent' import dayjs from '../../lib/dayjs' - -export const API_URL = "https://api.converscience.com/events" +export const API_URL = 'https://api.converscience.com/events' export function formatTimestampAsUnixSeconds(ISOTimestamp: string | number) { return dayjs.utc(ISOTimestamp).unix() @@ -32,7 +31,7 @@ const destination: DestinationDefinition = { client_secret: { label: 'Client Secret', description: 'Your Actable-supplied Client Secret.', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/adjust/index.ts b/packages/destination-actions/src/destinations/adjust/index.ts index 5e3b95a5b0d..2e8d27c865d 100644 --- a/packages/destination-actions/src/destinations/adjust/index.ts +++ b/packages/destination-actions/src/destinations/adjust/index.ts @@ -25,13 +25,13 @@ const destination: DestinationDefinition = { default_app_token: { label: 'Default App Token', description: 'The app token for your Adjust account. This can be overridden in the event mapping.', - type: 'string', + type: 'password', required: false }, default_event_token: { label: 'Default Event Token', description: 'The default event token. This can be overridden in the event mapping.', - type: 'string', + type: 'password', required: false } } diff --git a/packages/destination-actions/src/destinations/algolia-insights/index.ts b/packages/destination-actions/src/destinations/algolia-insights/index.ts index bc98322352d..e36c254fb05 100644 --- a/packages/destination-actions/src/destinations/algolia-insights/index.ts +++ b/packages/destination-actions/src/destinations/algolia-insights/index.ts @@ -32,7 +32,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'apiKey', description: 'An API key which has write permissions to the Algolia Insights API', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/ambee/index.ts b/packages/destination-actions/src/destinations/ambee/index.ts index 14c2843536c..a0304038a3f 100644 --- a/packages/destination-actions/src/destinations/ambee/index.ts +++ b/packages/destination-actions/src/destinations/ambee/index.ts @@ -21,7 +21,7 @@ const destination: DestinationDefinition = { label: 'API Key', description: 'The API Key is available via Ambee’s API Dashboard: https://api-dashboard.getambee.com. Paste the API key generated on the homepage. For bulk use, subscribe to enterprise plan on the dashboard', - type: 'string', + type: 'password', required: true }, email: { diff --git a/packages/destination-actions/src/destinations/amplitude/index.ts b/packages/destination-actions/src/destinations/amplitude/index.ts index 3dc313a3015..f39c7c0771a 100644 --- a/packages/destination-actions/src/destinations/amplitude/index.ts +++ b/packages/destination-actions/src/destinations/amplitude/index.ts @@ -76,14 +76,14 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Amplitude project API key. You can find this key in the "General" tab of your Amplitude project.', - type: 'string', + type: 'password', required: true }, secretKey: { label: 'Secret Key', description: 'Amplitude project secret key. You can find this key in the "General" tab of your Amplitude project.', - type: 'string', + type: 'password', required: true }, endpoint: { diff --git a/packages/destination-actions/src/destinations/app-fit/index.ts b/packages/destination-actions/src/destinations/app-fit/index.ts index 881a95b587d..39e2ee1461c 100644 --- a/packages/destination-actions/src/destinations/app-fit/index.ts +++ b/packages/destination-actions/src/destinations/app-fit/index.ts @@ -15,7 +15,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'AppFit project API key. ', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/attentive/index.ts b/packages/destination-actions/src/destinations/attentive/index.ts index 2695ede8823..2d089cc2f6f 100644 --- a/packages/destination-actions/src/destinations/attentive/index.ts +++ b/packages/destination-actions/src/destinations/attentive/index.ts @@ -16,7 +16,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Your Attentive API Key.', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/avo/index.ts b/packages/destination-actions/src/destinations/avo/index.ts index e4cce6ef4b6..2d81024b97f 100644 --- a/packages/destination-actions/src/destinations/avo/index.ts +++ b/packages/destination-actions/src/destinations/avo/index.ts @@ -16,7 +16,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'Avo Inspector API Key', description: 'Avo Inspector API Key can be found in the Inspector setup page on your source in Avo.', - type: 'string', + type: 'password', required: true }, env: { diff --git a/packages/destination-actions/src/destinations/blend-ai/index.ts b/packages/destination-actions/src/destinations/blend-ai/index.ts index 543fae909f8..9f626bd4cc3 100644 --- a/packages/destination-actions/src/destinations/blend-ai/index.ts +++ b/packages/destination-actions/src/destinations/blend-ai/index.ts @@ -13,7 +13,7 @@ const destination: DestinationDefinition = { scheme: 'custom', fields: { apiKey: { - type: 'string', + type: 'password', label: 'API Key', description: 'Blend API key - found on integration page.', required: true diff --git a/packages/destination-actions/src/destinations/canny-functions/index.ts b/packages/destination-actions/src/destinations/canny-functions/index.ts index da537977beb..d9c64fcdb1d 100644 --- a/packages/destination-actions/src/destinations/canny-functions/index.ts +++ b/packages/destination-actions/src/destinations/canny-functions/index.ts @@ -16,7 +16,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'You can find your API Key in the Segment Integration page in your admin settings.', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/clay/index.ts b/packages/destination-actions/src/destinations/clay/index.ts index 481770c5072..80997f0dc61 100644 --- a/packages/destination-actions/src/destinations/clay/index.ts +++ b/packages/destination-actions/src/destinations/clay/index.ts @@ -39,7 +39,7 @@ const destination: DestinationDefinition = { secret_key: { label: 'Secret Key', description: 'Your Clay secret key', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/clevertap/index.ts b/packages/destination-actions/src/destinations/clevertap/index.ts index 8c45f01c9fc..4177403fe76 100644 --- a/packages/destination-actions/src/destinations/clevertap/index.ts +++ b/packages/destination-actions/src/destinations/clevertap/index.ts @@ -29,7 +29,7 @@ const destination: DestinationDefinition = { label: 'CleverTap Account Passcode', description: 'CleverTap Passcode. This can be found under [Settings Page](https://developer.clevertap.com/docs/authentication#getting-your-account-credentials).', - type: 'string', + type: 'password', required: true }, clevertapEndpoint: { diff --git a/packages/destination-actions/src/destinations/cordial/index.ts b/packages/destination-actions/src/destinations/cordial/index.ts index 3b9074fe02b..8c4296ad860 100644 --- a/packages/destination-actions/src/destinations/cordial/index.ts +++ b/packages/destination-actions/src/destinations/cordial/index.ts @@ -22,7 +22,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Your Cordial API Key', - type: 'string', + type: 'password', required: true }, endpoint: { @@ -48,7 +48,7 @@ const destination: DestinationDefinition = { extendRequest({ settings }) { return { - headers: { 'x-api-key': `${settings.apiKey}`, 'Accept': 'application/json'} + headers: { 'x-api-key': `${settings.apiKey}`, Accept: 'application/json' } } }, diff --git a/packages/destination-actions/src/destinations/dawn/index.ts b/packages/destination-actions/src/destinations/dawn/index.ts index 8d03c5b5c44..054548640f4 100644 --- a/packages/destination-actions/src/destinations/dawn/index.ts +++ b/packages/destination-actions/src/destinations/dawn/index.ts @@ -17,7 +17,7 @@ const destination: DestinationDefinition = { writeKey: { label: 'Dawn Write Key', description: 'Get your key at app.dawnai.com', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/drip/index.ts b/packages/destination-actions/src/destinations/drip/index.ts index 0f5e7c98c25..0969162b204 100644 --- a/packages/destination-actions/src/destinations/drip/index.ts +++ b/packages/destination-actions/src/destinations/drip/index.ts @@ -20,7 +20,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'API key for your Drip account. You can find this in your Drip account settings.', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/dub/index.ts b/packages/destination-actions/src/destinations/dub/index.ts index 9b04e36f8c2..065b93fb7e2 100644 --- a/packages/destination-actions/src/destinations/dub/index.ts +++ b/packages/destination-actions/src/destinations/dub/index.ts @@ -14,7 +14,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'The API Key is available via Dub Dashboard: https://app.dub.co/settings/tokens', - type: 'string', + type: 'password', required: true } } diff --git a/packages/destination-actions/src/destinations/encharge/index.ts b/packages/destination-actions/src/destinations/encharge/index.ts index 60ef4bf1686..4f86aa4feaf 100644 --- a/packages/destination-actions/src/destinations/encharge/index.ts +++ b/packages/destination-actions/src/destinations/encharge/index.ts @@ -27,7 +27,7 @@ const destination: DestinationDefinition = { description: 'Encharge.io API Key. This can be found on your [Account page](https://app.encharge.io/settings/api-keys).', label: 'API Key', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/friendbuy/index.ts b/packages/destination-actions/src/destinations/friendbuy/index.ts index a38f6fe9922..16e2680048f 100644 --- a/packages/destination-actions/src/destinations/friendbuy/index.ts +++ b/packages/destination-actions/src/destinations/friendbuy/index.ts @@ -18,7 +18,7 @@ const destination: DestinationDefinition = { authKey: { label: 'Friendbuy MAPI Key', description: 'Contact your Friendbuy account manager to generate your Friendbuy MAPI key and secret.', - type: 'string', + type: 'password', format: 'uuid', required: true }, diff --git a/packages/destination-actions/src/destinations/gainsight-px-cloud-action/index.ts b/packages/destination-actions/src/destinations/gainsight-px-cloud-action/index.ts index 33494366c30..df8ecda4860 100644 --- a/packages/destination-actions/src/destinations/gainsight-px-cloud-action/index.ts +++ b/packages/destination-actions/src/destinations/gainsight-px-cloud-action/index.ts @@ -19,7 +19,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Gainsight PX API key. You can find this key in the "Administration/Products" screen.', - type: 'string', + type: 'password', required: true }, dataCenter: { diff --git a/packages/destination-actions/src/destinations/gleap/index.ts b/packages/destination-actions/src/destinations/gleap/index.ts index 0abfcbb33b0..f746d77d9cc 100644 --- a/packages/destination-actions/src/destinations/gleap/index.ts +++ b/packages/destination-actions/src/destinations/gleap/index.ts @@ -13,7 +13,7 @@ const destination: DestinationDefinition = { scheme: 'custom', fields: { apiToken: { - type: 'string', + type: 'password', label: 'Secret API token', description: 'Found in `Project settings` -> `Secret API token`.', required: true diff --git a/packages/destination-actions/src/destinations/google-analytics-4/index.ts b/packages/destination-actions/src/destinations/google-analytics-4/index.ts index db5151cb568..b469c983c11 100644 --- a/packages/destination-actions/src/destinations/google-analytics-4/index.ts +++ b/packages/destination-actions/src/destinations/google-analytics-4/index.ts @@ -46,7 +46,7 @@ const destination: DestinationDefinition = { label: 'API Secret', description: 'An API SECRET generated in the Google Analytics UI, navigate to: Admin > Data Streams > choose your stream > Measurement Protocol > Create', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/hyperengage/index.ts b/packages/destination-actions/src/destinations/hyperengage/index.ts index af23f8339a5..b48eea981f4 100644 --- a/packages/destination-actions/src/destinations/hyperengage/index.ts +++ b/packages/destination-actions/src/destinations/hyperengage/index.ts @@ -38,7 +38,7 @@ const destination: DestinationDefinition = { scheme: 'custom', fields: { apiKey: { - type: 'string', + type: 'password', label: 'API Key', description: 'Your Hyperengage API key located in the Integration Settings page.', required: true diff --git a/packages/destination-actions/src/destinations/iterable-lists/index.ts b/packages/destination-actions/src/destinations/iterable-lists/index.ts index be57b6a8bbc..1e227094db8 100644 --- a/packages/destination-actions/src/destinations/iterable-lists/index.ts +++ b/packages/destination-actions/src/destinations/iterable-lists/index.ts @@ -14,7 +14,7 @@ const destination: AudienceDestinationDefinition = { scheme: 'custom', fields: { apiKey: { - type: 'string', + type: 'password', label: 'API Key', description: "To obtain the API Key, go to the Iterable app and naviate to Integrations > API Keys. Create a new API Key with the 'Server-Side' type.", diff --git a/packages/destination-actions/src/destinations/iterable/index.ts b/packages/destination-actions/src/destinations/iterable/index.ts index 0c5392e4333..3f86b7619ca 100644 --- a/packages/destination-actions/src/destinations/iterable/index.ts +++ b/packages/destination-actions/src/destinations/iterable/index.ts @@ -17,7 +17,7 @@ const destination: DestinationDefinition = { scheme: 'custom', fields: { apiKey: { - type: 'string', + type: 'password', label: 'API Key', description: "To obtain the API Key, go to the Iterable app and naviate to Integrations > API Keys. Create a new API Key with the 'Server-Side' type.", diff --git a/packages/destination-actions/src/destinations/june/index.ts b/packages/destination-actions/src/destinations/june/index.ts index 25ebefc0bea..b2c156f24b9 100644 --- a/packages/destination-actions/src/destinations/june/index.ts +++ b/packages/destination-actions/src/destinations/june/index.ts @@ -54,7 +54,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Your June API Key', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/kevel/index.ts b/packages/destination-actions/src/destinations/kevel/index.ts index bd9fa22eb49..12c4836d0a8 100644 --- a/packages/destination-actions/src/destinations/kevel/index.ts +++ b/packages/destination-actions/src/destinations/kevel/index.ts @@ -24,7 +24,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'Kevel API Key', description: 'Your Kevel API Key', - type: 'string', + type: 'password', required: true } } diff --git a/packages/destination-actions/src/destinations/loops/index.ts b/packages/destination-actions/src/destinations/loops/index.ts index dc6b1e6bf6f..c5dfedbe5c0 100644 --- a/packages/destination-actions/src/destinations/loops/index.ts +++ b/packages/destination-actions/src/destinations/loops/index.ts @@ -21,7 +21,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'Your Loops API Key', - type: 'string', + type: 'password', required: true } }, diff --git a/packages/destination-actions/src/destinations/magellan-ai/index.ts b/packages/destination-actions/src/destinations/magellan-ai/index.ts index f1f45f21963..b3a25c7d17d 100644 --- a/packages/destination-actions/src/destinations/magellan-ai/index.ts +++ b/packages/destination-actions/src/destinations/magellan-ai/index.ts @@ -29,7 +29,7 @@ const destination: DestinationDefinition = { apiToken: { label: 'API token', description: 'Required in order to pass GDPR deletion requests to Magellan AI', - type: 'string', + type: 'password', required: false } } diff --git a/packages/destination-actions/src/destinations/mantle/index.ts b/packages/destination-actions/src/destinations/mantle/index.ts index a912feb531b..e7ea3ee66ae 100644 --- a/packages/destination-actions/src/destinations/mantle/index.ts +++ b/packages/destination-actions/src/destinations/mantle/index.ts @@ -25,7 +25,7 @@ const destination: DestinationDefinition = { apiKey: { label: 'API Key', description: 'The API key for the app in Mantle. Get this from the API Keys section for your app in Mantle.', - type: 'string', + type: 'password', required: true } },