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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.259",
3
+ "version": "1.0.260",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",