freemium-survey-components 1.0.259 → 1.0.260
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/types/types.d.ts +1 -0
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -334,6 +334,7 @@ export declare type WebAppChannelInfoType = {
|
|
|
334
334
|
export declare type MarketingChannelsTypes = 'Freshmarketer' | 'Freshworks CRM' | 'Freshdesk Customer Success' | 'ActiveCampaign' | 'Autopilot' | 'Customer.io' | 'Campaign Monitor' | 'Drip' | 'HubSpot' | 'Klaviyo' | 'MailChimp' | 'Mailjet' | 'Sendinblue' | 'SendGrid' | 'Zoho Campaigns' | 'Stripo' | 'Intercom' | 'Calendly' | 'Marketo' | 'Pardot' | 'Zendesk' | 'Sharpspring' | 'Keap' | 'Convertkit' | 'ConstantContact' | 'GetResponse' | 'Mailgun' | 'Helpscout' | 'Vero' | 'Marketing Cloud' | 'Drift' | 'Boomtrain' | 'Bronto' | 'Salesmanago' | 'Lifecycle.io' | 'Braze' | 'Others';
|
|
335
335
|
export declare type EmailEmbedChannelInfoType = {
|
|
336
336
|
marketing_channel: MarketingChannelsTypes;
|
|
337
|
+
show_link?: boolean | null;
|
|
337
338
|
show_footer?: boolean | null;
|
|
338
339
|
language?: string | null;
|
|
339
340
|
align_center?: boolean | null;
|