freemium-survey-components 2.0.447 → 2.0.448

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.
@@ -492,7 +492,7 @@ export type SurveyType = {
492
492
  */
493
493
  ui_theme?: SurveyUiThemeType | null;
494
494
  };
495
- export type CollectorChannelType = 'EMAIL_EMBED' | 'EMAIL' | 'WEB_APP' | 'WEB_LINK' | 'WHATSAPP' | 'FACEBOOK_MESSENGER' | 'WEB_WIDGET' | 'MOBILE_SDK' | 'INSTAGRAM' | 'SLACK' | 'TEAMS';
495
+ export type CollectorChannelType = 'EMAIL_EMBED' | 'EMAIL' | 'WEB_APP' | 'WEB_LINK' | 'WHATSAPP' | 'FACEBOOK_MESSENGER' | 'FACEBOOK' | 'WEB_WIDGET' | 'MOBILE_SDK' | 'INSTAGRAM' | 'SLACK' | 'TEAMS';
496
496
  export type CollectorStateType = 'BLOCKED' | 'DRAFT' | 'SCHEDULED' | 'ACTIVE' | 'PAUSE' | 'COMPLETE';
497
497
  export type TemplateScoreType = {
498
498
  spam_score?: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.447",
3
+ "version": "2.0.448",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",